crun: 0.19.1 -> 0.20

https://github.com/containers/crun/releases/tag/0.20
This commit is contained in:
zowoq 2021-06-02 11:16:47 +10:00
parent 126db3381e
commit 2489d71bd9

View file

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.19.1";
version = "0.20";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-v5uESTEspIc8rhZXrQqLEVMDvvPcfHuFoj6lI4M5z70=";
sha256 = "sha256-NlpgdRizQFt5T3CRxt0DVXTVPUbge9uPc9B7LuR3o1k=";
fetchSubmodules = true;
};