Unverified Commit 7db2924f authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

roon-server: 2.0-1462 -> 2.0-1470 (#352121)

parents b7a205f7 7c4fc35d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
, stdenv
}:
let
  version = "2.0-1462";
  version = "2.0-1470";
  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-irTDjT9oN0CdxFKAgcHbL2grJ702E6H+WtifGh0pf0E=";
    hash = "sha256-esaxrSdvl1qUNfotOSs8Tj/AUg6hFpl23DGbji/uFO8=";
  };

  dontConfigure = true;