zrc: 2.1 -> 2.2

(cherry picked from commit e8cda3e233)
This commit is contained in:
R. Ryantm
2025-07-08 10:03:31 +00:00
committed by Francesco Gazzetta
parent 97ad0d00c3
commit 529054502b

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zrc";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "Edd12321";
repo = "zrc";
tag = "v${finalAttrs.version}";
hash = "sha256-prUbuXyhIJczCvjqwm9pp2n75LY10+6SzYaOHd+S748=";
hash = "sha256-iqGK6myl5kybTWtL6mQPAWNWluOPUxiNCJFf3e8CfHA=";
};
nativeBuildInputs = [