1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

buildah-unwrapped: 1.31.3 -> 1.32.0

This commit is contained in:
R. Ryantm 2023-09-22 12:12:24 +00:00
parent e35dcc04a3
commit 6898853145

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "buildah";
version = "1.31.3";
version = "1.32.0";
src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU=";
hash = "sha256-Sjmh7zVaZ8ATgDr1VN0U03rHlPBvv3lVDxKmAahjJ2M=";
};
outputs = [ "out" "man" ];