Merge pull request #282564 from r-ryantm/auto-update/zps

zps: 1.2.9 -> 2.0.0
This commit is contained in:
tomberek
2024-01-26 03:56:33 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "zps";
version = "1.2.9";
version = "2.0.0";
src = fetchFromGitHub {
owner = "orhun";
repo = "zps";
rev = version;
hash = "sha256-+evCYiTiH8tRmhvsse+49WlKGRP5XQtep7wGoCySvJ4=";
hash = "sha256-t+y+m9cwngVlX5o7FQTI4FMj10bN0euH51DmAnOAvPc=";
};
nativeBuildInputs = [