pureref: 2.1.1 -> 2.1.2

fixes #511776
This commit is contained in:
Jon Erling Hustadnes
2026-04-20 18:01:47 +02:00
parent cb387cfc66
commit 9b43ea12f9
+2 -2
View File
@@ -9,7 +9,7 @@
dpkg,
}:
let
version = "2.1.1";
version = "2.1.2";
deb =
runCommand "PureRef-${version}_x64"
{
@@ -19,7 +19,7 @@ let
cacert
dpkg
];
outputHash = "sha256-Dyozn6WJ93AvXavlW3xmY5p5TsQxU+dJkogEBE8e+zs=";
outputHash = "sha256-aGHhesJ6JJQpuRbDgASjpY4e28WHaVSFNEgGZmG7U3g=";
outputHashMode = "recursive";
}
''