about 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-02-23 16:33:16 -0800
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-24 01:33:16 +0100
commitf471cbe9316eedce15b67d767009d9b60a7539b7 (patch)
tree89a608d10a046a9ccb55eee1de48f84831b09a16 /pkgs/development/libraries/live555/default.nix
parentf6fc56b2a0d76d50bc071cc5c18f6bed1152a88d (diff)
live555: 2018.12.14 -> 2019.02.03 (#55251)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
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 31056d0a4ed61..531261a58ca5f 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 {
   name = "live555-${version}";
-  version = "2018.12.14";
+  version = "2019.02.03";
 
   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 = "0irafygp23m2xmjv06qgs1sccymbwqvn51wggk0c60lnj1v1zhwd";
+    sha256 = "04474r1drvgjpk33yjj79dq2hq15ncw8y3w6g9625zryan8qv4qw";
   };
 
   postPatch = ''