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-03-01 13:45:22 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2024-03-01 13:45:22 -0300
commitfd1136a79646e4a49416cb2fe83679a15c4dcdf5 (patch)
tree3d78d666b64886b942691c1afe7f9aed6f53ef6c /pkgs/by-name/li/live555
parent3d01643d7b190e7c90a09222922f157b8f220048 (diff)
live555: 2024.02.23 -> 2024.02.28
Boy, they are fast to provide updates!
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 123b775cea974..4630cf13da2a0 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 = "2024.02.23";
+  version = "2024.02.28";
 
   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-85JWXfsPAvocX5PiKXw9Xkd4zm2akzxMeETsZ3xm2wg=";
+    hash = "sha256-5WjtkdqoofZIijunfomcEeWj6l4CUK9HRoYAle2jSx8=";
   };
 
   patches = [