Unverified Commit e2b97086 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #334454 from r-ryantm/auto-update/buildah-unwrapped

buildah-unwrapped: 1.37.0 -> 1.37.1
parents 6387ad01 a8e0141f
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.0";
  version = "1.37.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-WT1ij2jDEKavYREYYYKl6H27QOuGDAxnWSz+mbvJ5UA=";
    hash = "sha256-43p2sD6mpcoMukr7mY2GTsti4FVC7Blq0ZozuIJlC30=";
  };

  outputs = [ "out" "man" ];