passes: 0.10 -> 0.11

This commit is contained in:
R. Ryantm
2026-04-05 12:26:13 +00:00
parent 62e75c8fa0
commit 3e800ed18b
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "passes";
version = "0.10";
version = "0.11";
src = fetchFromGitHub {
owner = "pablo-s";
repo = "passes";
rev = "v${finalAttrs.version}";
hash = "sha256-e6nHCOrb2PX47REr7sy80n1aTdMZ0c2QZlIIib4vll8=";
hash = "sha256-PD6+G04RyNqbBvOjwwu9Gtzng5hgV6SvWGv4iNrvd18=";
};
postPatch = ''