Skip to content

Commit 635c7ea

Browse files
authored
roon-server: 2.0-1455 -> 2.0-1462 (NixOS#346152)
2 parents 553f779 + d3cbba5 commit 635c7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/roon-server/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
, stdenv
1616
}:
1717
let
18-
version = "2.0-1455";
18+
version = "2.0-1462";
1919
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
2020
in
2121
stdenv.mkDerivation {
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
2424

2525
src = fetchurl {
2626
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
27-
hash = "sha256-R555u33S5jmqIKdDtRhMbfCMe5sG3x94naPX+qgrwHY=";
27+
hash = "sha256-irTDjT9oN0CdxFKAgcHbL2grJ702E6H+WtifGh0pf0E=";
2828
};
2929

3030
dontConfigure = true;

0 commit comments

Comments
 (0)