Skip to content

Commit

Permalink
Merge pull request #65208 from r-ryantm/auto-update/zotero
Browse files Browse the repository at this point in the history
zotero: 5.0.67 -> 5.0.71
  • Loading branch information
ryantm committed Jul 21, 2019
2 parents 31a6c5a + 6496134 commit 421ee66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/zotero/default.nix
Expand Up @@ -34,11 +34,11 @@

stdenv.mkDerivation rec {
name = "zotero-${version}";
version = "5.0.67";
version = "5.0.71";

src = fetchurl {
url = "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2";
sha256 = "1b06875qr8dy2lhf4h9z7gcc5pcqdyq92c11b3brsbgbq2n48g40";
sha256 = "070b1ak870jv8h702a9g930p01jsmly93c44igw48ylbgqjyhlwq";
};

buildInputs= [ wrapGAppsHook gsettings-desktop-schemas gtk3 gnome3.adwaita-icon-theme gnome3.dconf ];
Expand Down

0 comments on commit 421ee66

Please sign in to comment.