buildah-unwrapped: 1.39.4 -> 1.40.0

This commit is contained in:
R. Ryantm
2025-04-21 20:27:28 +00:00
parent 21c17995f5
commit 2212c06b8e
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.39.4";
version = "1.40.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-k7nlBvoAVUTsh98XurTSRuk+yzEKbJh2HFSU1IvX1g0=";
hash = "sha256-4gn8bbzI+NerU8Bdi6FxLB/Kg1JaDBiZkR98zMRvTkw=";
};
outputs = [