buildah-unwrapped: 1.37.3 -> 1.38.0 (#355357)

This commit is contained in:
Nick Cao
2024-11-12 11:07:44 -05:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.37.3";
version = "1.38.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-YYmgxlW80y6HOlRQbG3N+wTZM5pB58ZzZHEOa6vWbRw=";
hash = "sha256-avQdK7+kMrPc8rp/2nTiUC/ZTW8nUem9v3u0xsE0oGM=";
};
outputs = [ "out" "man" ];