Unverified Commit d49e40f8 authored by Vincent Demeester's avatar Vincent Demeester
Browse files

buildah-unwrapped: 1.34.0 -> 1.34.1

parent cd2ec848
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.34.0";
  version = "1.34.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-LX7yc2FnCiquHV/tESJV/VkuUYXbRNSxmMzVpSz/F8w=";
    hash = "sha256-0mH6s9BSTkXutwYVG3EpqEcildO3g37Us4pdTmLPcAQ=";
  };

  outputs = [ "out" "man" ];
@@ -62,6 +62,10 @@ buildGoModule rec {

  passthru.tests.version = testers.testVersion {
    package = buildah;
    command = ''
      XDG_DATA_HOME="$TMPDIR" XDG_CACHE_HOME="$TMPDIR" XDG_CONFIG_HOME="$TMPDIR" \
      buildah --version
    '';
  };

  meta = with lib; {
@@ -72,3 +76,4 @@ buildGoModule rec {
    maintainers = with maintainers; [ ] ++ teams.podman.members;
  };
}