Commit bebe0f71 authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

buildah-unwrapped: 1.28.1 -> 1.28.2

parent 67e575c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.28.1";
  version = "1.28.2";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    sha256 = "sha256-WAFWLpBr+Lfy3etPgSrdo6iitCawIPCf8UwvnW24LRI=";
    sha256 = "sha256-1WB+lm2k7q4xViCUBhvCSuMCIlCMlAJ9etRajwGyOQs=";
  };

  outputs = [ "out" "man" ];