3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #226858 from lovesegfault/roon-update

This commit is contained in:
Bernardo Meurer 2023-04-19 07:00:34 -07:00 committed by GitHub
commit a21f3437fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1244";
version = "2.0-1259";
urlVersion = builtins.replaceStrings [ "." "-" ] [ "00" "0" ] version;
in
stdenv.mkDerivation {
@ -24,7 +24,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://download.roonlabs.com/updates/production/RoonServer_linuxx64_${urlVersion}.tar.bz2";
hash = "sha256-godyvkeClBc6AW3WWNYRX+2gqhGWf/Y7xJdX6RfYDn0=";
hash = "sha256-nd0dDiiUmwhuVivB78EXdj6LrK0ufdSrVYH/0Y++img=";
};
dontConfigure = true;