Skip to content

Commit

Permalink
zotero: 5.0.73 -> 5.0.77 (NixOS#72693)
Browse files Browse the repository at this point in the history
(cherry picked from commit d3cf603)
  • Loading branch information
r-ryantm authored and dtzWill committed Jan 13, 2020
1 parent 3c4754d commit 03fac73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/zotero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
}:

stdenv.mkDerivation rec {
name = "zotero-${version}";
version = "5.0.73";
pname = "zotero";
version = "5.0.77";

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

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

0 comments on commit 03fac73

Please sign in to comment.