live555: 2023.07.24 -> 2023.10.30
This commit is contained in:
parent
1b26dd2cbc
commit
9152b697fa
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "live555";
|
||||
version = "2023.07.24";
|
||||
version = "2023.10.30";
|
||||
|
||||
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-LiIlZ49ihK3pO6hVjcWj5TyERAj8GURXEXU2ngYFUc4=";
|
||||
hash = "sha256-9R5fLWrgG8CWFrXcOUZOKLKt+zgy9G+ioLAhxatOwOs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue