zps: 1.2.9 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-01-21 12:00:03 +00:00
parent b19afc891f
commit db44fd6b27

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 = [