Commit 2212c06b authored by R. RyanTM's avatar R. RyanTM
Browse files

buildah-unwrapped: 1.39.4 -> 1.40.0

parent 21c17995
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.39.4";
  version = "1.40.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-k7nlBvoAVUTsh98XurTSRuk+yzEKbJh2HFSU1IvX1g0=";
    hash = "sha256-4gn8bbzI+NerU8Bdi6FxLB/Kg1JaDBiZkR98zMRvTkw=";
  };

  outputs = [