jabref: 3.3 -> 3.4

This commit is contained in:
Gabriel Ebner 2016-06-19 18:55:50 +02:00
parent 7eb1908afa
commit c6b9ccbdff
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, makeDesktopItem, ant, jdk, jre }:
stdenv.mkDerivation rec {
version = "3.3";
version = "3.4";
name = "jabref-${version}";
src = fetchurl {
url = "https://github.com/JabRef/jabref/releases/download/v${version}/JabRef-${version}.jar";
sha256 = "19ms68d74xg8jg9n52gh2j7a89dl5pnib3vjsnih1j45hlmfg0ac";
sha256 = "1pimjx1452z159hvi199n52j5vkdj5c59mns9mi5mqvwhgm9dghd";
};
desktopItem = makeDesktopItem {