Skip to content

Commit

Permalink
pkgs: update cosmic (#53)
Browse files Browse the repository at this point in the history
* cosmic-applets: 0-unstable-2024-04-02 -> 0-unstable-2024-04-04

Diff: pop-os/cosmic-applets@ed335b2...32b7012

* cosmic-settings: 0-unstable-2024-04-02 -> 0-unstable-2024-04-04

Diff: pop-os/cosmic-settings@dd16b92...b75df3c

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 5, 2024
1 parent ecd9878 commit 5eafbd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
13 changes: 7 additions & 6 deletions pkgs/cosmic-applets/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkgs/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-applets";
version = "0-unstable-2024-04-02";
version = "0-unstable-2024-04-04";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
rev = "ed335b256a8461d7a26dff56b5e2713d73ee8e52";
hash = "sha256-z7onVJ3rVnFdMn6aSzctBEMciviexnTQAKJbx8heboc=";
rev = "32b7012b79a4c0f7857fba93f3245c8a59b244f4";
hash = "sha256-syUIs98GrxSJzELze95wq7FL987nkF+iN0Mgl3ZN5rU=";
};

cargoLock = {
Expand All @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage {
"cosmic-client-toolkit-0.1.0" = "sha256-mz3lzznFU+KNH3YyIc0K6shsNZx8pnK6PkU/gKXbASs=";
"cosmic-comp-config-0.1.0" = "sha256-uUpRd8bR2TyD7Y1lpKmJTaTNv9yNsZVnr0oWDQgHD/0=";
"cosmic-config-0.1.0" = "sha256-onTA3cUsOtPFQ7ptN9ZQUss7KOEWv9KbAnLEy7yfJ3w=";
"cosmic-dbus-networkmanager-0.1.0" = "sha256-a/cvbB0M9cUd8RP5XxgHRbJ/i/UKAEK4DTwwUU69IuY=";
"cosmic-dbus-networkmanager-0.1.0" = "sha256-k3lSg8yavxWelgCLhlSPGzmkFjrbdxk8SSoKmRPGGVA=";
"cosmic-notifications-config-0.1.0" = "sha256-X3f3AOY8SwVhXPeI0WP7OKjuEvK6eNJ5Bjthxd27xdM=";
"cosmic-panel-config-0.1.0" = "sha256-kDuh1k3z6+L+Hjeg53TkMMC+UOv002H43T7ZWfCmjvA=";
"cosmic-settings-daemon-0.1.0" = "sha256-z/dvRyc3Zc1fAQh2HKk6NI6QSDpNqarqslwszjU+0nc=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/cosmic-settings/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ in

rustPlatform.buildRustPackage {
pname = "cosmic-settings";
version = "0-unstable-2024-04-02";
version = "0-unstable-2024-04-04";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-settings";
rev = "dd16b92161bfa4dd41d4c94a0b5700c189fd29ea";
hash = "sha256-JUrS9FbWrs0rgUncdbzqm6DKSXLeIGCt2ejqxEbItUU=";
rev = "b75df3c35ee6e4f1d698ff10fe382e1c0fbfa271";
hash = "sha256-CosQgw6bHPpIuuJHt6mx9pc9dYKD6eiSfTQG/a4YXsQ=";
};

cargoLock = {
Expand Down

0 comments on commit 5eafbd8

Please sign in to comment.