Unverified Commit c4ffebad authored by misuzu's avatar misuzu Committed by GitHub
Browse files

buildah-unwrapped: 1.38.0 -> 1.38.1 (#375693)

parents cf7bcb3b fb854ec6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.38.0";
  version = "1.38.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-avQdK7+kMrPc8rp/2nTiUC/ZTW8nUem9v3u0xsE0oGM=";
    hash = "sha256-Pc+JHUkGeLRfzgQCrYzsdvLEYctqPCDweS2H/ky8ltA=";
  };

  outputs = [