urserver: 3.10.0.2467 -> 3.13.0.2505

This commit is contained in:
Stefan Frijters 2024-03-25 11:35:25 +01:00
parent 427650b9bf
commit ad594b4503
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ in {
allowedUDPPorts = [ 9511 9512 ];
};
systemd.user.services.urserver = {
systemd.user.services.urserver = {
description = ''
Server for Unified Remote: The one-and-only remote for your computer.
'';

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "urserver";
version = "3.10.0.2467";
version = "3.13.0.2505";
src = fetchurl {
url = "https://www.unifiedremote.com/static/builds/server/linux-x64/${builtins.elemAt (builtins.splitVersion version) 3}/urserver-${version}.tar.gz";
sha256 = "sha256-IaLRhia6mb4h7x5MbBRtPJxJ3uTlkfOzmoTwYzwfbWA=";
hash = "sha256-rklv6Ppha1HhEPunbL8ELYdQ9Z1FN4FrVsNwny3/gA4=";
};
nativeBuildInputs = [