Commit 9b06d00d authored by Sascha Grunert's avatar Sascha Grunert Committed by zowoq
Browse files

buildah: 1.21.1 -> 1.22.0

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

buildGoModule rec {
  pname = "buildah";
  version = "1.21.4";
  version = "1.22.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    sha256 = "sha256-eVXNkQJ3/T4KFiGeE8o4kFBOONfHc6v+tNEOsOnEYRA=";
    sha256 = "sha256-F2PUqqzW7e6wmme1rTEJ736Sy/SRR1XVf20j5zDI9/s=";
  };

  outputs = [ "out" "man" ];