Skip to content

Commit

Permalink
Merge pull request #308449 from Ramblurr/bump/roon-server-1407
Browse files Browse the repository at this point in the history
roon-server: 2.0-1392 -> 2.0-1407
  • Loading branch information
lovesegfault authored May 6, 2024
2 parents e35d693 + c727fff commit 72a42d2
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-1392";
version = "2.0-1407";
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-S6p2xlWa1Xgp+umRx1KCs4g1u7JZTByNBNUSJBQweUs=";
hash = "sha256-PW28Rw0prHS/q879GYVKaiXe0i2w6BVwgcTWOUhAhOk=";
};

dontConfigure = true;
Expand Down

0 comments on commit 72a42d2

Please sign in to comment.