Skip to content

Commit

Permalink
roon-server: 2.0-1455 -> 2.0-1462 (#346152)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Oct 3, 2024
2 parents 553f779 + d3cbba5 commit 635c7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/roon-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1455";
version = "2.0-1462";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
in
stdenv.mkDerivation {
Expand All @@ -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;
Expand Down

0 comments on commit 635c7ea

Please sign in to comment.