mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
cosmic-settings-daemon: 1.0.16 -> 1.1.0
This commit is contained in:
parent
4a8e2282c3
commit
1ae9ccfacd
1 changed files with 9 additions and 4 deletions
|
|
@ -7,6 +7,7 @@
|
|||
adw-gtk3,
|
||||
pkg-config,
|
||||
libpulseaudio,
|
||||
pipewire,
|
||||
libinput,
|
||||
udev,
|
||||
openssl,
|
||||
|
|
@ -16,14 +17,14 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "cosmic-settings-daemon";
|
||||
version = "1.0.16";
|
||||
version = "1.1.0";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = "cosmic-settings-daemon";
|
||||
tag = "epoch-${finalAttrs.version}";
|
||||
hash = "sha256-A+nOAadFWU+KRW54dP2WW6P6fabIs4z1AqC37LSZjUI=";
|
||||
hash = "sha256-6MLZpGGvE1EnUlRv2T6+iXy8B0aqBTNNrqDtBbeABYs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
@ -33,18 +34,22 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
--replace-fail '/usr/share/themes/adw-gtk3' '${adw-gtk3}/share/themes/adw-gtk3'
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-bz+JasI3WE30sKKgjofVO/42Ml4YY9Dw3JxnZmZVQk4=";
|
||||
cargoHash = "sha256-rpyMdwmcddsrXuIOI5T6Kh9+cB28DdUxotiqpeGqvCc=";
|
||||
|
||||
separateDebugInfo = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libinput
|
||||
libpulseaudio
|
||||
openssl
|
||||
udev
|
||||
pipewire
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue