Unverified Commit d786d017 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

buildah-unwrapped: 1.37.2 -> 1.37.3 (#344122)

parents 42c8e2a9 5e26dac4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];