Merge pull request #126429 from zowoq/crun

crun: 0.20 -> 0.20.1
This commit is contained in:
adisbladis 2021-06-10 10:55:50 -05:00 committed by GitHub
commit edd3c99897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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