summary refs log tree commit diff
path: root/pkgs/applications/audio/gtkpod
diff options
context:
space:
mode:
authorSven Keidel <svenkeidel@googlemail.com>2015-08-11 16:09:13 +0200
committerSven Keidel <svenkeidel@googlemail.com>2015-08-11 16:10:45 +0200
commit81230e0b447a24efcddb46981695b5f0a2667189 (patch)
tree6bf339e81b11690337a45d72a25643467049983a /pkgs/applications/audio/gtkpod
parent52e55d85cb42a32aeceb9da89bad00be006be042 (diff)
downloadnixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar.gz
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar.bz2
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar.lz
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar.xz
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.tar.zst
nixpkgs-81230e0b447a24efcddb46981695b5f0a2667189.zip
gtkpod: 2.1.4 -> 2.1.5
This fixes some issues with libanjuta. The previous version spitted out hundrets
of error messages whenever gtkpod changed the progressbar. This issue is fixed
in 2.1.5.
Diffstat (limited to 'pkgs/applications/audio/gtkpod')
-rw-r--r--pkgs/applications/audio/gtkpod/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gtkpod/default.nix b/pkgs/applications/audio/gtkpod/default.nix
index f01abb13e67..1b1bf437ce9 100644
--- a/pkgs/applications/audio/gtkpod/default.nix
+++ b/pkgs/applications/audio/gtkpod/default.nix
@@ -3,12 +3,12 @@
   libvorbis, hicolor_icon_theme, gdk_pixbuf }:
 
 stdenv.mkDerivation rec {
-  version = "2.1.4";
+  version = "2.1.5";
   name = "gtkpod-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/gtkpod/${name}.tar.gz";
-    sha256 = "ba12b35f3f24a155b68f0ffdaf4d3c5c7d1b8df04843a53306e1c83fc811dfaa";
+    sha256 = "0xisrpx069f7bjkyc8vqxb4k0480jmx1wscqxr6cpq1qj6pchzd5";
   };
 
   propagatedUserEnvPkgs = [ gnome.gnome_themes_standard ];