Skip to content

Commit

Permalink
buildah: 1.31.2 -> 1.31.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Aug 28, 2023
1 parent c9c99c0 commit 53d2cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/buildah/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildGoModule rec {
pname = "buildah";
version = "1.31.2";
version = "1.31.3";

src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-AoE9/aIKmo5+XGz7glt5h2RHEgVGiI9K+jpgJJ0uC2g=";
hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit 53d2cd0

Please sign in to comment.