buildah-unwrapped: 1.40.0 -> 1.40.1 (#413930)

This commit is contained in:
Nick Cao 2025-06-05 18:07:21 -04:00 committed by GitHub
commit 1e2e55ca23
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.40.0";
version = "1.40.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-4gn8bbzI+NerU8Bdi6FxLB/Kg1JaDBiZkR98zMRvTkw=";
hash = "sha256-+LHS+Syyy/jsk5G16qBhvv+/kjEACnxjl2q9YrrdPYE=";
};
outputs = [