cosmic-applets: 1.0.0-alpha.7 -> 1.0.0-beta.1

Diff: https://github.com/pop-os/cosmic-applets/compare/refs/tags/epoch-1.0.0-alpha.7...epoch-1.0.0-beta.1
This commit is contained in:
Heitor Augusto
2025-09-25 13:56:53 -03:00
parent 19a604c67f
commit 53df6a08f1
+6 -12
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch2,
rustPlatform,
libcosmicAppHook,
just,
@@ -12,6 +11,7 @@
glib,
libinput,
pulseaudio,
pipewire,
udev,
xkeyboard_config,
nix-update-script,
@@ -20,31 +20,24 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applets";
version = "1.0.0-alpha.7";
version = "1.0.0-beta.1";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-DmU9Dlb8w3a8U+oSGwWARPh1SRbv/8TW7TO9SSvDe1U=";
hash = "sha256-uUcEwa9rGHLzmlutmLl/e38ZqybfYMU0Dhe+FsT5V/E=";
};
cargoHash = "sha256-wWs3B5hh2DP93i+4gGDTi+7NT4bj8ULJ+fT95sXxUdg=";
patches = [
(fetchpatch2 {
name = "fix-bluetooth-dbus-spam.patch";
url = "https://github.com/pop-os/cosmic-applets/commit/b6bb982f2dace0a3d19c78b4b4247760a8010d5b.patch?full_index=1";
hash = "sha256-S5F9rqYrB38T9R6i/n/j3s79Xeh6BMmNkC+E2kTsus4=";
})
];
cargoHash = "sha256-RnkyIlTJMxMGu+EsmZwvSIapSqdng+t8bqMVsDXprlU=";
nativeBuildInputs = [
just
pkg-config
util-linuxMinimal
libcosmicAppHook
rustPlatform.bindgenHook
];
buildInputs = [
@@ -52,6 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
glib
libinput
pulseaudio
pipewire
udev
];