buildah-unwrapped: 1.41.1 -> 1.41.3

This commit is contained in:
R. Ryantm 2025-08-16 12:07:25 +00:00
parent b6b47963d8
commit ac9635e9b2

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 = [