buildah-unwrapped: 1.39.0 -> 1.39.1

This commit is contained in:
R. Ryantm
2025-02-27 00:36:15 +00:00
parent 6caa7442e9
commit 829b5d33d1
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.39.0";
version = "1.39.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-R2iZpZkofg6kMTQ/kOjgKLQYw+yQQ5P3AAyBeo81lGU=";
hash = "sha256-/ECkB9IxNClHic1wuR1auymOLmH7YjyUWazqSXPHk6o=";
};
outputs = [