mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
slimserver: Logitech -> LMS-Community
This commit is contained in:
parent
e660562087
commit
b2f79605c3
@ -23,7 +23,7 @@ perlPackages.buildPerlPackage rec {
|
||||
version = "8.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Logitech";
|
||||
owner = "LMS-Community";
|
||||
repo = "slimserver";
|
||||
rev = version;
|
||||
hash = "sha256-yDJVqZ0+qVm4r/wmQK/hf9uRJaN56WQMO28RE59mNNI=";
|
||||
@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec {
|
||||
DataURIEncode
|
||||
DBDSQLite
|
||||
DBI
|
||||
# DBIxClass # https://github.com/Logitech/slimserver/issues/138
|
||||
# DBIxClass # https://github.com/LMS-Community/slimserver/issues/138
|
||||
DigestSHA1
|
||||
EncodeDetect
|
||||
EV
|
||||
@ -151,11 +151,11 @@ perlPackages.buildPerlPackage rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Logitech/slimserver";
|
||||
changelog = "https://github.com/Logitech/slimserver/blob/${version}/Changelog${lib.versions.major version}.html";
|
||||
homepage = "https://github.com/LMS-Community/slimserver";
|
||||
changelog = "https://github.com/LMS-Community/slimserver/blob/${version}/Changelog${lib.versions.major version}.html";
|
||||
description = "Server for Logitech Squeezebox players. This server is also called Logitech Media Server";
|
||||
# the firmware is not under a free license, so we do not include firmware in the default package
|
||||
# https://github.com/Logitech/slimserver/blob/public/8.3/License.txt
|
||||
# https://github.com/LMS-Community/slimserver/blob/public/8.3/License.txt
|
||||
license = if enableUnfreeFirmware then licenses.unfree else licenses.gpl2Only;
|
||||
mainProgram = "slimserver";
|
||||
maintainers = with maintainers; [ adamcstephens jecaro ];
|
||||
|
@ -2,7 +2,7 @@
|
||||
#!nix-shell -i nu -p nushell common-updater-scripts
|
||||
|
||||
# get latest tag, but drop versions 10.0 tags since they are 10+ years old
|
||||
let latest_tag = list-git-tags --url=https://github.com/logitech/slimserver | lines | find --invert 10.0 | sort --natural | last
|
||||
let latest_tag = list-git-tags --url=https://github.com/LMS-Community/slimserver | lines | find --invert 10.0 | sort --natural | last
|
||||
|
||||
let current_version = nix eval --raw -f default.nix slimserver | str trim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user