zpaqfranz: 60.6 -> 60.7

This commit is contained in:
R. Ryantm 2024-10-09 01:43:41 +00:00
parent 8af94f7ca2
commit 517425649e

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zpaqfranz";
version = "60.6";
version = "60.7";
src = fetchFromGitHub {
owner = "fcorbelli";
repo = "zpaqfranz";
rev = finalAttrs.version;
hash = "sha256-/lUczs4YrbLH7agZDyThPwtMLiSi07XMqwk0GgR/jFw=";
hash = "sha256-tlMbCHlrGPvRSqdfItdCkxLPm1LtVWcGTQMUoZTCsIg=";
};
nativeBuildInputs = [