about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 03:09:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-20 03:09:18 +0000
commit535c54bca08c8aed6c91bec6e4da1fd2dbb89c77 (patch)
tree5245383013df0cec79aec4b264eab9a79849045a
parentd1bfbb992db2ca20e5fc804ecdc174a419baa590 (diff)
libshout: 2.4.4 -> 2.4.5
-rw-r--r--pkgs/development/libraries/libshout/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libshout/default.nix b/pkgs/development/libraries/libshout/default.nix
index 7bd65bbdfb2f8..d51498acd4e16 100644
--- a/pkgs/development/libraries/libshout/default.nix
+++ b/pkgs/development/libraries/libshout/default.nix
@@ -4,11 +4,11 @@
 # need pkg-config so that libshout installs ${out}/lib/pkgconfig/shout.pc
 
 stdenv.mkDerivation rec {
-  name = "libshout-2.4.4";
+  name = "libshout-2.4.5";
 
   src = fetchurl {
     url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
-    sha256 = "1hz670a4pfpsb89b0mymy8nw4rx8x0vmh61gq6j1vbg70mfhrscc";
+    sha256 = "sha256-2eVoZopnOZTr4/HrXyvuBuMjal25K40MSH4cD4hqaJA=";
   };
 
   outputs = [ "out" "dev" "doc" ];