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

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

buildah-unwrapped: 1.31.3 -> 1.32.0
parents d8284b70 68988531
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.31.3";
  version = "1.32.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU=";
    hash = "sha256-Sjmh7zVaZ8ATgDr1VN0U03rHlPBvv3lVDxKmAahjJ2M=";
  };

  outputs = [ "out" "man" ];