live555: 2023.11.30 -> 2024.02.15

This commit is contained in:
Anderson Torres 2024-02-25 14:52:00 -03:00
parent 75f9d4f7cf
commit 5135272cb6

View File

@ -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 = [