Unverified Commit c3d00117 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

buildah-unwrapped: 1.42.0 -> 1.42.1 (#462785)

parents d2539527 a2c05877
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule (finalAttrs: {
  pname = "buildah";
  version = "1.42.0";
  version = "1.42.1";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "buildah";
    tag = "v${finalAttrs.version}";
    hash = "sha256-40SYqPo4BUer0Mvw8ts8uPNAlfec8ma/TYRkvyFQczw=";
    hash = "sha256-ABZe+Ei30o7vy156Fiux9r+B5PBSW8ECYpdwnwCn66k=";
  };

  outputs = [