buildah-unwrapped: 1.32.0 -> 1.32.1

This commit is contained in:
R. Ryantm 2023-10-25 12:25:25 +00:00
parent 6c5458cf32
commit 44f9080736

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" ];