Merge pull request #145646 from lovesegfault/roon-server-1.8-850
roon-server: 1.8-846 -> 1.8-850
This commit is contained in:
commit
eb623a57d4
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "roon-server";
|
||||
version = "1.8-846";
|
||||
version = "1.8-850";
|
||||
|
||||
src =
|
||||
let
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
in
|
||||
fetchurl {
|
||||
url = "http://download.roonlabs.com/builds/RoonServer_linuxx64_${urlVersion}.tar.bz2";
|
||||
sha256 = "sha256-BoHvODaAcK5b4/syOm3vpOTpq9ETovpWKUqG+UGr2e0=";
|
||||
sha256 = "sha256-NSNaL0ERYTSYn9ETjWcQiuI4hY+w/lWVOz3n9lt6O+4=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue