grisbi: 1.0.4 -> 1.2.1

This commit is contained in:
Marcial Gaißert 2019-04-03 22:55:11 +02:00
parent 8775cea7ed
commit 9e696227b8
No known key found for this signature in database
GPG Key ID: B629036BE399EEE9

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "grisbi-${version}";
version = "1.0.4";
version = "1.2.1";
src = fetchurl {
url = "mirror://sourceforge/grisbi/${name}.tar.bz2";
sha256 = "1rh2iqvi7lpz5l57vn7qk9azil3y1g65mfbi9hhbx956knh9bpf6";
sha1 = "1159c5491967fa7afd251783013579ffb45b891b";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];