semantic-release: 23.0.1 -> 23.0.2
This commit is contained in:
parent
d7c8d1d842
commit
cfd945e54a
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "semantic-release";
|
pname = "semantic-release";
|
||||||
version = "23.0.1";
|
version = "23.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "semantic-release";
|
owner = "semantic-release";
|
||||||
repo = "semantic-release";
|
repo = "semantic-release";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-syxkKAPlxaVZNoeEErQbPJ/7QHGAd+DlNGWQVafahdI=";
|
hash = "sha256-zwc21Ug/x1jP+litn8ij8eEvqpVmtMSiQT3jN4+RhNc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-hfHFZJcMT/+ZD/Zgpv2B2ng5AbL7tQrzHGA5nFbTc/A=";
|
npmDepsHash = "sha256-8iCb6s9VCuXfgU6Qc/bUHMiLgEgreEa7LU0j+1CYVI0=";
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue