crun: 0.16 -> 0.17

https://github.com/containers/crun/releases/tag/0.17
This commit is contained in:
zowoq 2021-01-22 08:06:10 +10:00
parent 2ab13ca162
commit 722c5a8316

View file

@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.16";
version = "0.17";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "03547axiwv161sbymh2vxqx591xr4nq6b9y8y45m15xvfv0f7vl8";
sha256 = "sha256-OdB7UXLG99ErbfSCvq87LxBy5EYkUvTfyQNG70RFbl4=";
fetchSubmodules = true;
};