3
0
Fork 0
forked from mirrors/nixpkgs

roon-server: 2.0-1259 -> 2.0-1272

This commit is contained in:
Bernardo Meurer 2023-05-13 18:40:59 -04:00
parent a3fe093364
commit 183249ec02
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
, stdenv , stdenv
}: }:
let let
version = "2.0-1259"; version = "2.0-1272";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version; urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -24,7 +24,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2"; url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
hash = "sha256-nd0dDiiUmwhuVivB78EXdj6LrK0ufdSrVYH/0Y++img="; hash = "sha256-oLHdgOaGnu7hRm863ryf4r05nN8wQL7WKxN3ONG67J4=";
}; };
dontConfigure = true; dontConfigure = true;