Commit 382f7ce9 authored by Sascha Grunert's avatar Sascha Grunert Committed by zowoq
Browse files

buildah: 1.16.1 -> 1.16.2

parent 7c411b66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.16.1";
  version = "1.16.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    sha256 = "0nndm936g0i18ly6395y5s4h1f6cfbg602cvlg7c6w007f2j15hq";
    sha256 = "0zvf060nsd8cvyclkaasqlc9bw699vh2004qrvcy8hf50b2z1bi2";
  };

  outputs = [ "out" "man" ];