crun: 0.13 -> 0.14

https://github.com/containers/crun/releases/tag/0.14
This commit is contained in:
zowoq 2020-07-03 09:32:25 +10:00
parent 1c09333e44
commit ce5cdd36cf

View File

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.13";
version = "0.14";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "0c5acf916yv2zv3xjvxk1sa4h3n2wljc5hw61php7q37pbjc1ppn";
sha256 = "14hmdarmhkfp5qgd8ifn7dn895j54ibaficci82q40haqh252l4n";
fetchSubmodules = true;
};