mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
zotero: 9.0.2 -> 9.0.4
This commit is contained in:
parent
f4d46d85b6
commit
aa9f3b7824
1 changed files with 2 additions and 2 deletions
|
|
@ -28,14 +28,14 @@ let
|
|||
nodejs = nodejs_22;
|
||||
|
||||
pname = "zotero";
|
||||
version = "9.0.2";
|
||||
version = "9.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zotero";
|
||||
repo = "zotero";
|
||||
tag = version;
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-OAPgJBSBHCyuy/VPlIeNwAM87cnyuHBuaMn6QKisTcA=";
|
||||
hash = "sha256-YMaDCYdCNJQ8zXfCkV5tb3RA3foXRlKo2TWv6pgk8VM=";
|
||||
};
|
||||
|
||||
pdf-js = buildNpmPackage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue