mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
bibtex-tidy: 1.13.0 -> 1.14.0
https://github.com/FlamingTempura/bibtex-tidy/blob/v1.14.0/CHANGELOG.md https://github.com/FlamingTempura/bibtex-tidy/compare/v1.13.0...v1.14.0
This commit is contained in:
parent
b3e9ef326d
commit
5988878cbb
@ -7,16 +7,16 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "bibtex-tidy";
|
||||
version = "1.13.0";
|
||||
version = "1.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FlamingTempura";
|
||||
repo = "bibtex-tidy";
|
||||
rev = "9658d907d990fd80d25ab37d9aee120451bf5d19";
|
||||
hash = "sha256-4TrEabxIVB0Vu/E1ClKwk7lXcnPgoVh3RjLYsPwH2yQ=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-sMgy29deEfc3DFSC0Z4JZCeNAFpBKNYj+mJnFI1pSY4=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-VzzHGmW7Rb6dEdBxd84GXKSPasqfTkn+5rNw9C2lt8k=";
|
||||
npmDepsHash = "sha256-FKde5/ZZcS5g0fUaDjhRlKGLiS8kk1PvkZw9PUmvAAE=";
|
||||
|
||||
env = {
|
||||
PUPPETEER_SKIP_DOWNLOAD = true;
|
||||
|
Loading…
Reference in New Issue
Block a user