grisbi: 1.2.1 -> 1.2.2
This commit is contained in:
parent
3b7f5c6762
commit
18859c8841
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "grisbi";
|
||||
version = "1.2.1";
|
||||
version = "1.2.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/grisbi/${pname}-${version}.tar.bz2";
|
||||
sha1 = "1159c5491967fa7afd251783013579ffb45b891b";
|
||||
sha1 = "crv3bga72v6fw07wad0nkrgdg4war66j";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||
|
|
Loading…
Reference in a new issue