yx: 1.0.0 -> 1.0.2

This commit is contained in:
Tom Wieczorek 2024-01-27 23:36:56 +01:00
parent b667423f97
commit e999697714
No known key found for this signature in database
GPG key ID: FE33A2282371E831

View file

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "yx";
version = "1.0.0";
version = "1.0.2";
src = fetchFromGitLab {
owner = "tomalok";
repo = "yx";
rev = version;
sha256 = "sha256-oY61V9xP0DwRooabzi0XtaFsQa2GwYbuvxfERXQtYcA=";
hash = "sha256-uuso+hsmdsB7VpIRKob8rfMaWvRMCBHvCFnYrHPC6iw=";
};
makeFlags = [