about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-02-25 14:52:00 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-02-25 21:02:23 -0300
commit5135272cb67ed613216928341e5f398269c4ee08 (patch)
tree9b3c29c76ff9065b6b44fc8b8736ac43fdf11977 /pkgs/by-name
parent75f9d4f7cf99764b304d60fc6c8963ce565ed2f5 (diff)
downloadnixlib-5135272cb67ed613216928341e5f398269c4ee08.tar
nixlib-5135272cb67ed613216928341e5f398269c4ee08.tar.gz
nixlib-5135272cb67ed613216928341e5f398269c4ee08.tar.bz2
nixlib-5135272cb67ed613216928341e5f398269c4ee08.tar.lz
nixlib-5135272cb67ed613216928341e5f398269c4ee08.tar.xz
nixlib-5135272cb67ed613216928341e5f398269c4ee08.tar.zst
nixlib-5135272cb67ed613216928341e5f398269c4ee08.zip
live555: 2023.11.30 -> 2024.02.15
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/li/live555/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/li/live555/package.nix b/pkgs/by-name/li/live555/package.nix
index b08ed44f4854..6e87127e5321 100644
--- a/pkgs/by-name/li/live555/package.nix
+++ b/pkgs/by-name/li/live555/package.nix
@@ -9,7 +9,7 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "live555";
-  version = "2023.11.30";
+  version = "2024.02.15";
 
   src = fetchurl {
     urls = [
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
       "https://download.videolan.org/contrib/live555/live.${finalAttrs.version}.tar.gz"
       "mirror://sourceforge/slackbuildsdirectlinks/live.${finalAttrs.version}.tar.gz"
     ];
-    hash = "sha256-xue+9YtdAM2XkzAY6dU2PZ3n6bvPwlULIHqBqc8wuSU=";
+    hash = "sha256-yHloxqGRxK1Re6dSFDr4ZENh7/ASewle/QCtstWZ354=";
   };
 
   patches = [