Unverified Commit f6c40d2c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

buildah-unwrapped: 1.35.4 -> 1.36.0
parents 95c20085 32fdfea7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

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

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

  outputs = [ "out" "man" ];