Merge pull request #203540 from mikepii/roon-server-update-2.0-1154

This commit is contained in:
Bernardo Meurer
2022-12-01 03:40:02 -05:00
committed by GitHub
+2 -2
View File
@@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1148";
version = "2.0-1169";
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-TTewFN2VsBcoGwBwZ4wWRQd68nF0sfNHAcAOiyK/bd8=";
hash = "sha256-5XOE0XYKwlAuSgZ4iRISp2QcEN54LvYfL1OTZl3eWm0=";
};
dontConfigure = true;