summary refs log tree commit diff
path: root/pkgs/development/libraries/live555/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-02 09:53:52 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-12-02 18:53:52 +0100
commita402fa81b1e48e587a20e4dc9d7c95a287912e5d (patch)
treea4d2f6e7529c594489123abe7d911c765f546019 /pkgs/development/libraries/live555/default.nix
parent789da848e5953d638d0fc6c0fe7166b3d8d3d6a6 (diff)
downloadnixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar.gz
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar.bz2
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar.lz
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar.xz
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.tar.zst
nixpkgs-a402fa81b1e48e587a20e4dc9d7c95a287912e5d.zip
live555: 2019.10.20 -> 2019.11.22 (#74452)
Diffstat (limited to 'pkgs/development/libraries/live555/default.nix')
-rw-r--r--pkgs/development/libraries/live555/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/live555/default.nix b/pkgs/development/libraries/live555/default.nix
index dbebe0af80f..84907a42860 100644
--- a/pkgs/development/libraries/live555/default.nix
+++ b/pkgs/development/libraries/live555/default.nix
@@ -3,14 +3,14 @@
 # Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
 stdenv.mkDerivation rec {
   pname = "live555";
-  version = "2019.10.20";
+  version = "2019.11.22";
 
   src = fetchurl { # the upstream doesn't provide a stable URL
     urls = [
       "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"
       "https://download.videolan.org/contrib/live555/live.${version}.tar.gz"
     ];
-    sha256 = "085csq31s4kak0sym5y170f82wp542bg1ff3kycanvs8w4d4n9j4";
+    sha256 = "144y2wsfpaclkj7srx85f3y3parzn7vbjmzc2afc62wdsb9gn46d";
   };
 
   postPatch = ''