criu: 4.1 -> 4.1.1 (#429593)

This commit is contained in:
Nick Cao
2025-07-31 15:52:27 -04:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "criu";
version = "4.1";
version = "4.1.1";
src = fetchFromGitHub {
owner = "checkpoint-restore";
repo = "criu";
rev = "v${version}";
hash = "sha256-Z4prbaPYRdN/fPdBwDz7D3/gKybh2ulA3UM1LZGeAK0=";
hash = "sha256-SfpJskXX7r3jbAwgZl2qpa7j1M4i8/sV6rlAWiUEoQs=";
};
enableParallelBuilding = true;