buildah-unwrapped: 1.41.0 -> 1.41.1

This commit is contained in:
R. Ryantm
2025-08-07 14:43:31 +00:00
parent a904e15683
commit 6bdb3db57d
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.41.0";
version = "1.41.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-y2JLYalJ4aEGRF3AF1tWaDXQpT4SoXg/4DfVBMsbdIs=";
hash = "sha256-HBt/TpgrApdsiBACALBeMelA23LLQVbGg2jWRhAQsYo=";
};
outputs = [