synapse: 0.2.99.2 → 0.2.99.3

+5 -5
+5 -5
pkgs/applications/misc/synapse/default.nix
··· 1 - { stdenv, fetchurl, intltool, pkgconfig, glib, libnotify, gtk3, libgee 2 - , keybinder3, json_glib, zeitgeist, vala_0_34, hicolor_icon_theme, gobjectIntrospection 3 }: 4 5 let 6 - version = "0.2.99.2"; 7 in stdenv.mkDerivation rec { 8 name = "synapse-${version}"; 9 10 src = fetchurl { 11 url = "https://launchpad.net/synapse-project/0.3/${version}/+download/${name}.tar.xz"; 12 - sha256 = "04cnsmwf9xa52dh7rpb4ia715c0ls8jg1p7llc9yf3lbg1m0bvzv"; 13 }; 14 15 nativeBuildInputs = [ 16 - pkgconfig intltool vala_0_34 17 # For setup hook 18 gobjectIntrospection 19 ];
··· 1 + { stdenv, fetchurl, gettext, pkgconfig, glib, libnotify, gtk3, libgee 2 + , keybinder3, json_glib, zeitgeist, vala_0_38, hicolor_icon_theme, gobjectIntrospection 3 }: 4 5 let 6 + version = "0.2.99.3"; 7 in stdenv.mkDerivation rec { 8 name = "synapse-${version}"; 9 10 src = fetchurl { 11 url = "https://launchpad.net/synapse-project/0.3/${version}/+download/${name}.tar.xz"; 12 + sha256 = "0rwd42164xqfi40r13yr29cx6zy3bckgxk00y53b376nl5yqacvy"; 13 }; 14 15 nativeBuildInputs = [ 16 + pkgconfig gettext vala_0_38 17 # For setup hook 18 gobjectIntrospection 19 ];