about summary refs log tree commit diff
path: root/pkgs/by-name/li/live555
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2024-01-19 11:12:00 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-01-23 22:53:59 -0300
commit3d359ac7725aebb883a08de9bad154a3364ef7eb (patch)
tree28010c81046188e520824fd5ffb14d670426bfba /pkgs/by-name/li/live555
parent96201c8acc0552e207a45eb28e38c40f74169feb (diff)
live555: 2023.11.07 -> 2023.11.08
Diffstat (limited to 'pkgs/by-name/li/live555')
-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 d0e40f0818a96..db1fc4fc1f848 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.07";
+  version = "2023.11.08";
 
   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-jd1cpRRAqcmrHZBuF6euA3YPtU08yZCdz/smfSvO+RE=";
+    hash = "sha256-erRHznHhUaEELDf4rsjQrGvs9IZnAkGz5krnxSDklIY=";
   };
 
   patches = [