crun: 1.4.3 -> 1.4.4

https://github.com/containers/crun/releases/tag/1.4.4
This commit is contained in:
zowoq 2022-03-24 17:31:34 +10:00
parent 76214b4d0b
commit 2d2fd406c4

View file

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-5q8HirGOPsbaJ7JoLa4DRYkZX3kucWOZ633nzx4zVhg=";
sha256 = "sha256-ITUj905ZSdCH0mcw8tubyVKqI6p/oNcC4OW7/NbkR5o=";
fetchSubmodules = true;
};