about summary refs log tree commit diff
path: root/pkgs/development/libraries/libshout/default.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-03-18 11:50:39 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-08-10 07:12:08 +0200
commit347c1ed8a0db3bbf431ba3436edbff964395861b (patch)
treed92d9d5d7ea2760083daf89dc91006527df1a051 /pkgs/development/libraries/libshout/default.nix
parent6c7326aedd561bd9d71b98bd2e2348ccbb374538 (diff)
libshout: 2.3.1 -> 2.4.1
Diffstat (limited to 'pkgs/development/libraries/libshout/default.nix')
-rw-r--r--pkgs/development/libraries/libshout/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libshout/default.nix b/pkgs/development/libraries/libshout/default.nix
index 1cf937586c364..0e1d3a4bb4c8b 100644
--- a/pkgs/development/libraries/libshout/default.nix
+++ b/pkgs/development/libraries/libshout/default.nix
@@ -4,11 +4,11 @@
 # need pkgconfig so that libshout installs ${out}/lib/pkgconfig/shout.pc
 
 stdenv.mkDerivation rec {
-  name = "libshout-2.3.1";
+  name = "libshout-2.4.1";
 
   src = fetchurl {
     url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
-    sha256 = "cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e";
+    sha256 = "0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k";
   };
 
   nativeBuildInputs = [ pkgconfig ];
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.icecast.org;
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [ jcumming ];
- 
     platforms = with stdenv.lib.platforms; unix;
   };
 }