pureref: 2.1.2 -> 2.1.3 (#527975)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-06 19:34:12 +00:00
committed by GitHub
+2 -2
View File
@@ -9,7 +9,7 @@
dpkg,
}:
let
version = "2.1.2";
version = "2.1.3";
deb =
runCommand "PureRef-${version}_x64"
{
@@ -19,7 +19,7 @@ let
cacert
dpkg
];
outputHash = "sha256-aGHhesJ6JJQpuRbDgASjpY4e28WHaVSFNEgGZmG7U3g=";
outputHash = "sha256-7S0nnEwtGKKKNPZL2pb5Z8bKKB5eWvymSS2pQo9cJa0=";
outputHashMode = "recursive";
}
''