Unverified Commit eb7fac4b authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #214995 from qowoz/buildah

buildah: 1.28.2 -> 1.29.0
parents a10d63f6 251d9a37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,18 +15,18 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.28.2";
  version = "1.29.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    sha256 = "sha256-1WB+lm2k7q4xViCUBhvCSuMCIlCMlAJ9etRajwGyOQs=";
    hash = "sha256-g8Y4ZmQvDbzM7rG1otTxm+SRl/sK3sLM2SOWrBseOPQ=";
  };

  outputs = [ "out" "man" ];

  vendorSha256 = null;
  vendorHash = null;

  doCheck = false;