diff options
author | Sascha Grunert | 2024-05-02 12:46:55 +0200 |
---|---|---|
committer | Sascha Grunert | 2024-05-02 12:48:49 +0200 |
commit | ccec8742d368f924f79c74acb33d095288f914fc (patch) | |
tree | ab8ebbbfb17f371f9b19c12c8c80f84c356a3653 /pkgs/applications/virtualization/crun/default.nix | |
parent | fa30f48f018cb71dc5d564a2ed722e81833466e9 (diff) |
crun: 1.14.4 -> 1.15
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/applications/virtualization/crun/default.nix')
-rw-r--r-- | pkgs/applications/virtualization/crun/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/crun/default.nix b/pkgs/applications/virtualization/crun/default.nix index a17a115c2c59..03f76e0421a1 100644 --- a/pkgs/applications/virtualization/crun/default.nix +++ b/pkgs/applications/virtualization/crun/default.nix @@ -39,13 +39,13 @@ let in stdenv.mkDerivation rec { pname = "crun"; - version = "1.14.4"; + version = "1.15"; src = fetchFromGitHub { owner = "containers"; repo = pname; rev = version; - hash = "sha256-f+cG9800QKZH4+9ie97TmTbQlpLXe+z+47ptP+HgIgs="; + hash = "sha256-ZLkpwNxhTssp5RZ041+/mveq7Sct8fVzsdt8X319V1Q="; fetchSubmodules = true; }; |