From 9e6c9ad0fe59dd0d7a185bc7d13613fd9d517c6f Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Mon, 30 Sep 2024 15:45:55 -0300 Subject: [PATCH] live555: 2024.08.01 -> 2024.09.20 --- pkgs/by-name/li/live555/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/live555/package.nix b/pkgs/by-name/li/live555/package.nix index c425b9743f89c..c558e806db9d3 100644 --- a/pkgs/by-name/li/live555/package.nix +++ b/pkgs/by-name/li/live555/package.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "live555"; - version = "2024.08.01"; + version = "2024.09.20"; src = fetchurl { urls = [ @@ -19,12 +19,12 @@ stdenv.mkDerivation (finalAttrs: { "https://download.videolan.org/contrib/live555/live.${finalAttrs.version}.tar.gz" "mirror://sourceforge/slackbuildsdirectlinks/live.${finalAttrs.version}.tar.gz" ]; - hash = "sha256-g5q3Q30B5in4CU6h7Ix6e7UEx97tnt/J4XrDT5oaGT8="; + hash = "sha256-TrUneCGaJJxC+GgL1ZZ/ZcONeqDH05Bp44/3lkCs9tg="; }; patches = [ (fetchpatch { - name = "cflags-when-darwin.patch"; + name = "0000-cflags-when-darwin.patch"; url = "https://github.com/rgaufman/live555/commit/16701af5486bb3a2d25a28edaab07789c8a9ce57.patch?full_index=1"; hash = "sha256-IDSdByBu/EBLsUTBe538rWsDwH61RJfAEhvT68Nb9rU="; })