Unverified Commit 66ecb8d3 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

roon-server: 2.55.1559 -> 2.56.1582 (#457020)

parents a49256a9 379b7d49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  stdenv,
}:
let
  version = "2.55.1559";
  version = "2.56.1582";
  urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
in
stdenv.mkDerivation {
@@ -25,7 +25,7 @@ stdenv.mkDerivation {

  src = fetchurl {
    url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
    hash = "sha256-eeQ6Gci63GRdN5HOtT5+RFgWcnpTeCG6hBk1bNKXYoE=";
    hash = "sha256-LKuno7SpOpxx3JpM36tYlOHjJWWRLRjPiA096Bv/QvQ=";
  };

  dontConfigure = true;