Skip to content

Commit 9fcd993

Browse files
authored
crun: 1.19 -> 1.19.1 (NixOS#366066)
2 parents 244c811 + 02415d0 commit 9fcd993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cr/crun/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ let
3939
in
4040
stdenv.mkDerivation rec {
4141
pname = "crun";
42-
version = "1.19";
42+
version = "1.19.1";
4343

4444
src = fetchFromGitHub {
4545
owner = "containers";
4646
repo = pname;
4747
rev = version;
48-
hash = "sha256-vAM68vyR5I1PyF9jJgBtY0pROyOhhCmqb0I+5RIrgb4=";
48+
hash = "sha256-st8zap9WiM5+aX3spga19Ty4a4297rR3SjAY9Hrv4qg=";
4949
fetchSubmodules = true;
5050
};
5151

0 commit comments

Comments
 (0)