mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:07:51 +00:00
sd-switch: 0.3.0 -> 0.4.0
Also, switch home page to sourcehut one and add update script passthru.
This commit is contained in:
parent
ea5ce31e83
commit
0989d93c00
@ -1,6 +1,6 @@
|
||||
{ lib, fetchFromSourcehut, rustPlatform, pkg-config, dbus }:
|
||||
{ lib, fetchFromSourcehut, rustPlatform, nix-update-script }:
|
||||
|
||||
let version = "0.3.0";
|
||||
let version = "0.4.0";
|
||||
in rustPlatform.buildRustPackage {
|
||||
pname = "sd-switch";
|
||||
inherit version;
|
||||
@ -9,18 +9,20 @@ in rustPlatform.buildRustPackage {
|
||||
owner = "~rycee";
|
||||
repo = "sd-switch";
|
||||
rev = version;
|
||||
hash = "sha256-mWrLbCUnoJ3hVtpSU/7dw91U5TLyw5kNchX5nmP9asA=";
|
||||
hash = "sha256-PPFYH34HAD/vC+9jpA1iPQRVNR6MX8ncSPC+7bl2oHY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-VK+kPX1pGhowbWKkUs1PL0DXIhDXJOFVoIHTtWQcWEs=";
|
||||
cargoHash = "sha256-zUoa7nPNFvnYekbEZwtnJKZ6qd47Sb4LZGEkaKVQ9ZQ=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ dbus ];
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A systemd unit switcher for Home Manager";
|
||||
mainProgram = "sd-switch";
|
||||
homepage = "https://gitlab.com/rycee/sd-switch";
|
||||
homepage = "https://git.sr.ht/~rycee/sd-switch";
|
||||
changelog = "https://git.sr.ht/~rycee/sd-switch/refs/${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ rycee ];
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user