Merge pull request #299759 from Ramblurr/bump/roon-server-1388

roon-server: 2.0-1382 -> 2.0-1388
This commit is contained in:
Bernardo Meurer 2024-03-28 10:15:16 -04:00 committed by GitHub
commit 3386039855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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