Merge pull request #223038 from qowoz/crun

crun: 1.8.2 -> 1.8.3
This commit is contained in:
Mario Rodas 2023-03-25 19:33:31 -05:00 committed by GitHub
commit 15ac0abbe6
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 = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-3L+rhDfvxu9MhU/VvyJTIkDV+1h4Y56PbZRLS2a5rjY=";
hash = "sha256-to4DP8cJakqLSjrMm6Y2vfYBZ9KgSMHxOULTF3vzu0g=";
fetchSubmodules = true;
};