Unverified Commit 5447bb66 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

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

buildah-unwrapped: 1.36.0 -> 1.37.0
parents 5106c4a0 47b3b812
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.36.0";
  version = "1.37.0";

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

  outputs = [ "out" "man" ];