Commit aadbc0eb authored by R. RyanTM's avatar R. RyanTM
Browse files

buildah-unwrapped: 1.40.1 -> 1.41.0

parent 331574af
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 = [