about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2018-09-24 12:43:48 +0900
committerGitHub <noreply@github.com>2018-09-24 12:43:48 +0900
commit2162bebb85d55c5af81cbe0c2b3b0bc28921089c (patch)
tree4c0caa56faea98e469294b8b405f3e2da14c9f29 /pkgs
parent5e5cd96189baed683d759509cc040b855eaaae08 (diff)
parent8485e647307a31cf50fbaf053cff053ce674ab5d (diff)
downloadnixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar.gz
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar.bz2
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar.lz
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar.xz
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.tar.zst
nixlib-2162bebb85d55c5af81cbe0c2b3b0bc28921089c.zip
Merge pull request #46981 from r-ryantm/auto-update/opusfile
opusfile: 0.10 -> 0.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/opusfile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/opusfile/default.nix b/pkgs/applications/audio/opusfile/default.nix
index d864d5972bce..993e3c4fe8c5 100644
--- a/pkgs/applications/audio/opusfile/default.nix
+++ b/pkgs/applications/audio/opusfile/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, pkgconfig, openssl, libogg, libopus }:
 
 stdenv.mkDerivation rec {
-  name = "opusfile-0.10";
+  name = "opusfile-0.11";
   src = fetchurl {
     url = "http://downloads.xiph.org/releases/opus/${name}.tar.gz";
-    sha256 = "0bs1376sd131qdh7198jp64vv5d17az5wyy4y7srrvw7p8k3bq28";
+    sha256 = "1gq3aszzl5glgbajw5p1f5a1kdyf23w5vjdmwwrk246syin9pkkl";
   };
 
   nativeBuildInputs = [ pkgconfig ];