From fb0cb114711b27c82e6a8c94109ae6057919eb39 Mon Sep 17 00:00:00 2001 From: Damien Cassou <damien@cassou.me> Date: Thu, 1 Oct 2015 09:41:45 +0200 Subject: [PATCH] =?UTF-8?q?sound-juicer:=203.15.92=20=E2=86=92=203.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/audio/sound-juicer/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/sound-juicer/default.nix b/pkgs/applications/audio/sound-juicer/default.nix index f7f5998846bc..c27dbad78cc6 100644 --- a/pkgs/applications/audio/sound-juicer/default.nix +++ b/pkgs/applications/audio/sound-juicer/default.nix @@ -3,8 +3,8 @@ , makeWrapper }: let - major = "3.15"; - minor = "92"; + major = "3.16"; + minor = "1"; GST_PLUGIN_PATH = stdenv.lib.makeSearchPath "lib/gstreamer-1.0" [ gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good @@ -17,7 +17,7 @@ in stdenv.mkDerivation rec { src = fetchurl { url = "http://download.gnome.org/sources/sound-juicer/${major}/${name}.tar.xz"; - sha256 = "b1420f267a4c553f6ca242d3b6082b60682c3d7b431ac3c979bd1ccfbf2687dd"; + sha256 = "0mx6n901vb97hsv0cwaafjffj75s1kcp8jsqay90dy3099849dyz"; }; buildInputs = [ pkgconfig gtk3 intltool itstool libxml2 brasero libcanberra_gtk3