Skip to content

Commit

Permalink
semantic-release: 24.1.0 -> 24.1.1 (NixOS#341602)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 18, 2024
2 parents 3f62e85 + 01153a9 commit 1d72458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/semantic-release/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildNpmPackage rec {
pname = "semantic-release";
version = "24.1.0";
version = "24.1.1";

src = fetchFromGitHub {
owner = "semantic-release";
repo = "semantic-release";
rev = "v${version}";
hash = "sha256-k1sqr41ctlBYmN3QdoPDVajQtDGrQMlvBqGHsxBZ+8U=";
hash = "sha256-BGSe05I1NconPkPCzGOOLPbH/JSlwXvAWbViJVYMU/c=";
};

npmDepsHash = "sha256-6I5WUUkvj5Ob9By00FpxiNMiLU5sMnqG03kHJBrndHs=";
npmDepsHash = "sha256-DsBklxeY9RbvFsEA56vkmvVms+W9mr9qA/JVgAgs81k=";

dontNpmBuild = true;

Expand Down

0 comments on commit 1d72458

Please sign in to comment.