Skip to content

Commit 04a7542

Browse files
authored
buildah-unwrapped: 1.39.0 -> 1.39.1 (#385429)
2 parents 542a48c + 829b5d3 commit 04a7542

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.0";
21+
version = "1.39.1";
2222

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

3030
outputs = [

0 commit comments

Comments
 (0)