buildah-unwrapped: 1.39.3 -> 1.39.4 (#395690)

This commit is contained in:
Nick Cao
2025-04-03 16:25:58 -04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.39.3";
version = "1.39.4";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-iMM9bLIfWkbxSMNhoDmH7qSxgtlTVJwoNed0OY0Mmds=";
hash = "sha256-k7nlBvoAVUTsh98XurTSRuk+yzEKbJh2HFSU1IvX1g0=";
};
outputs = [