Skip to content

Commit d786d01

Browse files
authored
buildah-unwrapped: 1.37.2 -> 1.37.3 (#344122)
2 parents 42c8e2a + 5e26dac commit d786d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/buildah/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
buildGoModule rec {
1919
pname = "buildah";
20-
version = "1.37.2";
20+
version = "1.37.3";
2121

2222
src = fetchFromGitHub {
2323
owner = "containers";
2424
repo = "buildah";
2525
rev = "v${version}";
26-
hash = "sha256-ZZa/83Ut2+obDsh/t8/G6gUAfnBEohXeIQxC8yCQzHs=";
26+
hash = "sha256-YYmgxlW80y6HOlRQbG3N+wTZM5pB58ZzZHEOa6vWbRw=";
2727
};
2828

2929
outputs = [ "out" "man" ];

0 commit comments

Comments
 (0)