From 42e89d0620bdb36e2f315cb824f7836750d80777 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 25 Mar 2023 20:14:10 +1000 Subject: [PATCH] crun: 1.8.2 -> 1.8.3 Diff: https://github.com/containers/crun/compare/1.8.2...1.8.3 Changelog: https://github.com/containers/crun/releases/tag/1.8.3 --- pkgs/applications/virtualization/crun/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/virtualization/crun/default.nix b/pkgs/applications/virtualization/crun/default.nix index a335e058b9f1..c209fee63466 100644 --- a/pkgs/applications/virtualization/crun/default.nix +++ b/pkgs/applications/virtualization/crun/default.nix @@ -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; };