2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 20:23:02 +00:00

crun: 1.18.2 -> 1.19 ()

This commit is contained in:
misuzu 2024-12-11 20:11:04 +02:00 committed by GitHub
commit 5e3becc1e0
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.18.2";
version = "1.19";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-v/ZYy4aPsE7couVHSM4VFXPhn48cZK1odDK3r9yYprc=";
hash = "sha256-vAM68vyR5I1PyF9jJgBtY0pROyOhhCmqb0I+5RIrgb4=";
fetchSubmodules = true;
};