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

zps: 1.2.8 -> 1.2.9
This commit is contained in:
Nick Cao 2023-11-18 09:24:13 -05:00 committed by GitHub
commit bbcb0e63d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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