summary refs log tree commit diff
path: root/pkgs/applications/editors/gobby
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2015-03-10 14:35:12 +0100
committerLluís Batlle i Rossell <viric@viric.name>2015-03-10 14:37:11 +0100
commit44c32560173709800e1946bf6d56fc55f79f26c7 (patch)
tree145c7998b962592d029d4df3006f60e8c22d5ffe /pkgs/applications/editors/gobby
parent27f3f254d349f08fd559d580941af7b3b6c8f683 (diff)
downloadnixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar.gz
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar.bz2
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar.lz
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar.xz
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.tar.zst
nixlib-44c32560173709800e1946bf6d56fc55f79f26c7.zip
Updating gobby and libinfinity.
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 5ef198745312..c023da0bc958 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.94";
+  name = "gobby-0.5.0";
   src = fetchurl {
     url = "http://releases.0x539.de/gobby/${name}.tar.gz";
-    sha256 = "b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00";
+    sha256 = "165x0r668ma5blziisvbr8qig3jw9hf7i6w8r7wwvz3wsac3bswc";
   };
 
   buildInputs = [ pkgconfig gtkmm gsasl gtksourceview libxmlxx libinf intltool ]