Skip to content

Commit

Permalink
buildah-unwrapped: 1.37.2 -> 1.37.3 (#344122)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 5, 2024
2 parents 42c8e2a + 5e26dac commit d786d01
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.37.2";
version = "1.37.3";

src = fetchFromGitHub {
owner = "containers";
repo = "buildah";
rev = "v${version}";
hash = "sha256-ZZa/83Ut2+obDsh/t8/G6gUAfnBEohXeIQxC8yCQzHs=";
hash = "sha256-YYmgxlW80y6HOlRQbG3N+wTZM5pB58ZzZHEOa6vWbRw=";
};

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

0 comments on commit d786d01

Please sign in to comment.