Merge pull request #13963 from devhell/zotero

zotero: 4.0.28 -> 4.0.29

+4 -4
+4 -4
pkgs/applications/office/zotero/default.nix
··· 4 5 xpi = fetchurl { 6 url = "https://download.zotero.org/extension/zotero-${version}.xpi"; 7 - sha256 = "02h2ja08v8as4fawj683rh5rmxsjf5d0qmvqa77i176nm20y5s7s"; 8 }; 9 10 - version = "4.0.28"; 11 12 in 13 stdenv.mkDerivation { ··· 15 inherit version; 16 17 src = fetchurl { 18 - url = "https://github.com/zotero/zotero-standalone-build/archive/4.0.28.8.tar.gz"; 19 - sha256 = "ab1fd5dde9bd2a6b6d31cc9a53183a04de3698f1273a943ef31ecc4c42808a68"; 20 }; 21 22 nativeBuildInputs = [ perl unzipNLS ];
··· 4 5 xpi = fetchurl { 6 url = "https://download.zotero.org/extension/zotero-${version}.xpi"; 7 + sha256 = "1dyf578yfj3xr9kkhmsvbkvraw2arghmh67ksi5c8qlxczx5i1xy"; 8 }; 9 10 + version = "4.0.29"; 11 12 in 13 stdenv.mkDerivation { ··· 15 inherit version; 16 17 src = fetchurl { 18 + url = "https://github.com/zotero/zotero-standalone-build/archive/4.0.29.2.tar.gz"; 19 + sha256 = "0pfip6s5dawp7wp8r5czvzlnxvvdwjja64g71h9dxyxrh49v2mxa"; 20 }; 21 22 nativeBuildInputs = [ perl unzipNLS ];