summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/gobby
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2012-11-20 21:21:47 +0000
committerJoachim Schiele <js@lastlog.de>2012-11-20 21:21:47 +0000
commit1ed9e35be635478dad7641350ff1ae1ef14924a1 (patch)
tree9e826e73fd3227cdf0d83c1b654909275bfda643 /pkgs/applications/editors/gobby
parent11228a3834dd58ef0b05883ceff032836e72b894 (diff)
fixed compile errors for libinfinity and gobby
Diffstat (limited to 'pkgs/applications/editors/gobby')
-rw-r--r--pkgs/applications/editors/gobby/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix
index badd18b8915b..4d48ba69086e 100644
--- a/pkgs/applications/editors/gobby/default.nix
+++ b/pkgs/applications/editors/gobby/default.nix
@@ -9,10 +9,10 @@ let
in stdenv.mkDerivation rec {
- name = "gobby-0.4.93";
+ name = "gobby-0.4.94";
src = fetchurl {
url = "http://releases.0x539.de/gobby/${name}.tar.gz";
- sha256 = "1zk6p0kdp9vcvrr3kx0kw106ln309hd7bbsq8li1g0pcnkgrf4q4";
+ sha256 = "b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00";
};
buildInputs = [ pkgconfig gtkmm gsasl gtksourceview libxmlxx libinf intltool ]