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

semantic-release: 24.2.7 -> 24.2.8 (#441960)

parents 074e9798 227cf884
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildNpmPackage rec {
  pname = "semantic-release";
  version = "24.2.7";
  version = "24.2.8";

  src = fetchFromGitHub {
    owner = "semantic-release";
    repo = "semantic-release";
    rev = "v${version}";
    hash = "sha256-7BIEb4gQLppa+CXCR+oYPvb/l8UB6ihNh4veBdDG8ac=";
    hash = "sha256-blPpIVL1bg8u7vnZo+XRvVPOv8UAmwtt7Rl1h3XC1L8=";
  };

  npmDepsHash = "sha256-ODu8foiTtU7bsaVL/ri4eCwpcyg/7CdSGtyPsA/myxU=";
  npmDepsHash = "sha256-XvZpyDEUMDj4TvjDsDhWiyJHiy+14mWgTghXeFP+vBM=";

  dontNpmBuild = true;