roon-server: 2.0-1223 -> 2.0-1234

This commit is contained in:
Bernardo Meurer 2023-03-17 12:49:20 -03:00
parent a869e4849c
commit 105443edbb
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
, stdenv
}:
let
version = "2.0-1223";
version = "2.0-1234";
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-1jHNHj1tB80/CdE7GPCgRsI0+2Gfx4kiE6a0EOI/K5U=";
hash = "sha256-644tLtNr3rl3sB3BF0QoiwuIF4tWS8PjehmPKwdpg2k=";
};
dontConfigure = true;