zps: 1.2.8 -> 1.2.9

This commit is contained in:
R. Ryantm 2023-11-18 11:02:45 +00:00
parent 005617587e
commit a0576d3750

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "zps";
version = "1.2.8";
version = "1.2.9";
src = fetchFromGitHub {
owner = "orhun";
repo = "zps";
rev = version;
hash = "sha256-t0kVMrJn+eqUUD98pp3iIK28MoLwOplLk0sYgRJkO4c=";
hash = "sha256-+evCYiTiH8tRmhvsse+49WlKGRP5XQtep7wGoCySvJ4=";
};
nativeBuildInputs = [