Skip to content

Commit ca139fa

Browse files
r-ryantmlovesegfault
authored andcommitted
roon-server: 2.47.1510 -> 2.48.1517
1 parent 3ecdd5e commit ca139fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ro/roon-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
stdenv,
1717
}:
1818
let
19-
version = "2.47.1510";
19+
version = "2.48.1517";
2020
urlVersion = builtins.replaceStrings [ "." ] [ "0" ] version;
2121
in
2222
stdenv.mkDerivation {
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
2525

2626
src = fetchurl {
2727
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
28-
hash = "sha256-xuXQLniV2PKIeupfCH00j0e9mRxLocEraENqIUkdWNo=";
28+
hash = "sha256-2H8lQykhzbHcEW/+Rj+4eQdUMUugUeXivz+/+MEAYxk=";
2929
};
3030

3131
dontConfigure = true;

0 commit comments

Comments
 (0)