Skip to content

Commit

Permalink
bibtex-tidy: 1.13.0 -> 1.14.0 (NixOS#343268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Sep 20, 2024
2 parents e07ea40 + 5988878 commit 0187f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/typesetting/bibtex-tidy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0187f02

Please sign in to comment.