Skip to content

Commit

Permalink
crun: 1.19 -> 1.19.1 (#366066)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric authored Dec 18, 2024
2 parents 244c811 + 02415d0 commit 9fcd993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cr/crun/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.19";
version = "1.19.1";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-vAM68vyR5I1PyF9jJgBtY0pROyOhhCmqb0I+5RIrgb4=";
hash = "sha256-st8zap9WiM5+aX3spga19Ty4a4297rR3SjAY9Hrv4qg=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 9fcd993

Please sign in to comment.