commit
a3b6bd1ed6
|
@ -4,10 +4,10 @@ let
|
||||||
|
|
||||||
xpi = fetchurl {
|
xpi = fetchurl {
|
||||||
url = "https://download.zotero.org/extension/zotero-${version}.xpi";
|
url = "https://download.zotero.org/extension/zotero-${version}.xpi";
|
||||||
sha256 = "02h2ja08v8as4fawj683rh5rmxsjf5d0qmvqa77i176nm20y5s7s";
|
sha256 = "1dyf578yfj3xr9kkhmsvbkvraw2arghmh67ksi5c8qlxczx5i1xy";
|
||||||
};
|
};
|
||||||
|
|
||||||
version = "4.0.28";
|
version = "4.0.29";
|
||||||
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -15,8 +15,8 @@ stdenv.mkDerivation {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zotero/zotero-standalone-build/archive/4.0.28.8.tar.gz";
|
url = "https://github.com/zotero/zotero-standalone-build/archive/4.0.29.2.tar.gz";
|
||||||
sha256 = "ab1fd5dde9bd2a6b6d31cc9a53183a04de3698f1273a943ef31ecc4c42808a68";
|
sha256 = "0pfip6s5dawp7wp8r5czvzlnxvvdwjja64g71h9dxyxrh49v2mxa";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl unzipNLS ];
|
nativeBuildInputs = [ perl unzipNLS ];
|
||||||
|
|
Loading…
Reference in New Issue