Merge pull request #336440 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.37.1 -> 1.37.2
This commit is contained in:
lassulus
2024-08-22 14:02:42 +02:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.37.1";
version = "1.37.2";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-43p2sD6mpcoMukr7mY2GTsti4FVC7Blq0ZozuIJlC30=";
hash = "sha256-ZZa/83Ut2+obDsh/t8/G6gUAfnBEohXeIQxC8yCQzHs=";
};
outputs = [ "out" "man" ];