Merge pull request #263328 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.32.0 -> 1.32.1
This commit is contained in:
Mario Rodas
2023-10-25 08:33:26 -05:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.32.0";
version = "1.32.1";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-Sjmh7zVaZ8ATgDr1VN0U03rHlPBvv3lVDxKmAahjJ2M=";
hash = "sha256-imhl8CezFoSi0M0nMxIFL/ZVa8eDAA4s/ZVIMr/QUJ4=";
};
outputs = [ "out" "man" ];