Unverified Commit 635c7ea3 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

roon-server: 2.0-1455 -> 2.0-1462 (#346152)

parents 553f7793 d3cbba5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
, stdenv
}:
let
  version = "2.0-1455";
  version = "2.0-1462";
  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-R555u33S5jmqIKdDtRhMbfCMe5sG3x94naPX+qgrwHY=";
    hash = "sha256-irTDjT9oN0CdxFKAgcHbL2grJ702E6H+WtifGh0pf0E=";
  };

  dontConfigure = true;