Skip to content

Commit 2212c06

Browse files
committed
buildah-unwrapped: 1.39.4 -> 1.40.0
1 parent 21c1799 commit 2212c06

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

2323
src = fetchFromGitHub {
2424
owner = "containers";
2525
repo = "buildah";
2626
rev = "v${version}";
27-
hash = "sha256-k7nlBvoAVUTsh98XurTSRuk+yzEKbJh2HFSU1IvX1g0=";
27+
hash = "sha256-4gn8bbzI+NerU8Bdi6FxLB/Kg1JaDBiZkR98zMRvTkw=";
2828
};
2929

3030
outputs = [

0 commit comments

Comments
 (0)