buildah-unwrapped: 1.41.1 -> 1.41.3 (#434215)

This commit is contained in:
Paul Meyer 2025-08-18 11:41:57 +02:00 committed by GitHub
commit 790e949211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.41.1";
version = "1.41.3";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-HBt/TpgrApdsiBACALBeMelA23LLQVbGg2jWRhAQsYo=";
hash = "sha256-mpCskwwxYbjAuLDZLB53sOKOPV35FBEORdEXF+CXGG8=";
};
outputs = [