buildah-unwrapped: 1.39.0 -> 1.39.1 (#385429)

This commit is contained in:
Nick Cao
2025-02-27 15:24:19 -05:00
committed by GitHub
+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 = [