Merge pull request #289346 from r-ryantm/auto-update/crun

crun: 1.14.1 -> 1.14.2
This commit is contained in:
maxine 2024-02-19 19:07:57 +01:00 committed by GitHub
commit 3e228e2c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-IEfHww+kAPKcTe5bWM+YuDe6PHlSdZQVEunlBMQ29Ic=";
hash = "sha256-D2OuTbWAISEtrKy7LFVJz8FZWdXSn1ZiKYak9cJVceU=";
fetchSubmodules = true;
};