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 10:32:39 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-01-23 22:53:58 -0300
commit1481f9e79d44a49daa3461a6ed1b6c50f98081f2 (patch)
tree4e871da38e8d6a981519d8e469c3e82df3e8a029 /pkgs/by-name/li/live555
parent52ad5515a037c76a4e77b4fb53e2511ec7c09c13 (diff)
live555: 2023.06.16 -> 2023.06.20
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 884c7d88064ea..e3eca2c19386f 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.06.16";
+  version = "2023.06.20";
 
   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-DBtKTklgj3AUA2lU0xsF14EmJtSR3iFL24I6nQTE9T8=";
+    hash = "sha256-TXl+al+M/VcFHNWAcrm8n2ZX3qPxzibpAe+4dNM5G7o=";
   };
 
   patches = [