buildah-unwrapped: 1.39.2 -> 1.39.3 (#392298)

This commit is contained in:
Nick Cao
2025-03-23 09:44:13 -04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.39.2";
version = "1.39.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-OmDchq0ngdDbgDUyrz/jRwrCI1FJNKeq7ZLMOK4B+z0=";
hash = "sha256-iMM9bLIfWkbxSMNhoDmH7qSxgtlTVJwoNed0OY0Mmds=";
};
outputs = [