crun: 1.5 -> 1.6

https://github.com/containers/crun/releases/tag/1.6
This commit is contained in:
zowoq 2022-09-08 06:10:05 +10:00
parent 3cd2a69eb0
commit 0fda3c94b5

View file

@ -11,7 +11,6 @@
, yajl
, nixosTests
, criu
, fetchpatch
}:
let
@ -39,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-eirCENgt25VRPub7c9cxYQ1uFxYbzm75cJ1v4r6O/+k=";
sha256 = "sha256-JO07bF2Xucz8lSvj7om17a/NT0I7Vru1vayZhPDFLIw=";
fetchSubmodules = true;
};