Skip to content

Commit 76f6c16

Browse files
authored
buildah-unwrapped: 1.39.1 -> 1.39.2 (#389045)
2 parents 08f9b21 + d899eed commit 76f6c16

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
@@ -18,13 +18,13 @@
1818

1919
buildGoModule rec {
2020
pname = "buildah";
21-
version = "1.39.1";
21+
version = "1.39.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "containers";
2525
repo = "buildah";
2626
rev = "v${version}";
27-
hash = "sha256-/ECkB9IxNClHic1wuR1auymOLmH7YjyUWazqSXPHk6o=";
27+
hash = "sha256-OmDchq0ngdDbgDUyrz/jRwrCI1FJNKeq7ZLMOK4B+z0=";
2828
};
2929

3030
outputs = [

0 commit comments

Comments
 (0)