Unverified Commit 80dca0b6 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

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

buildah-unwrapped: 1.32.2 -> 1.33.2
parents 54491cc2 115db552
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.32.2";
  version = "1.33.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-Av4wrJ+anVu1pTSFTpaseBhj+7ECsRoKb1bATrUKYuo=";
    hash = "sha256-jkUEGaECBNidKreoyezWw7LN38uHqyYo40dOwfuuuI4=";
  };

  outputs = [ "out" "man" ];