Unverified Commit 871c7954 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

buildah-unwrapped: 1.40.1 -> 1.41.0 (#427167)

parents 94aa5ea1 aadbc0eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "buildah";
  version = "1.40.1";
  version = "1.41.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    rev = "v${version}";
    hash = "sha256-+LHS+Syyy/jsk5G16qBhvv+/kjEACnxjl2q9YrrdPYE=";
    hash = "sha256-y2JLYalJ4aEGRF3AF1tWaDXQpT4SoXg/4DfVBMsbdIs=";
  };

  outputs = [