3
0
Fork 0
forked from mirrors/nixpkgs

roon-server: 2.0-1169 -> 2.0-1182

This commit is contained in:
Bernardo Meurer 2023-01-05 14:22:10 -03:00
parent 9be23ea41a
commit 6f74a1bd59
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1169";
version = "2.0-1182";
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-5XOE0XYKwlAuSgZ4iRISp2QcEN54LvYfL1OTZl3eWm0=";
hash = "sha256-2mo45+cbOyej5stJ8DFobvqECTTMLandcoPFnD4nY7s=";
};
dontConfigure = true;