Skip to content

Commit

Permalink
pkgs: update cosmic (#69)
Browse files Browse the repository at this point in the history
* cosmic-comp: 0-unstable-2024-04-11 -> 0-unstable-2024-04-15

Diff: pop-os/cosmic-comp@895ea6a...1216cd0

* cosmic-panel: 0-unstable-2024-04-12 -> 0-unstable-2024-04-15

Diff: pop-os/cosmic-panel@0fe4c6d...585bdaf

* cosmic-term: 0-unstable-2024-04-14 -> 0-unstable-2024-04-15

Diff: pop-os/cosmic-term@3e41d26...38d6ca4

---------

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 15, 2024
1 parent f46a57f commit 5b9d398
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pkgs/cosmic-comp/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-comp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-comp";
version = "0-unstable-2024-04-11";
version = "0-unstable-2024-04-15";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
rev = "895ea6aec11485b8f142a41b2c05618c571edd69";
hash = "sha256-o8hRqFBX0AiUFJjX281AXqAOePXeSo08+oMlLoqc/OA=";
rev = "1216cd0b67ca3c915b510b78e593de8c44044318";
hash = "sha256-np7J+mG6CFlL7zZu03G1QB01dU89b4yE4xXW8UrsxpA=";
};

cargoLock = {
Expand All @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage {
"d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4=";
"glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg=";
"id_tree-1.8.0" = "sha256-uKdKHRfPGt3vagOjhnri3aYY5ar7O3rp2/ivTfM2jT0=";
"smithay-0.3.0" = "sha256-3BdNdP03CQe12uj+/6mYY7Feq8tLBsdBHMg6sxm0b7A=";
"smithay-0.3.0" = "sha256-WllpGMhRygRc5LUvjdQFCC8ISQld8qwOjPTniSjU3uU=";
"smithay-clipboard-0.8.0" = "sha256-OZOGbdzkgRIeDFrAENXE7g62eQTs60Je6lYVr0WudlE=";
"smithay-egui-0.1.0" = "sha256-FcSoKCwYk3okwQURiQlDUcfk9m/Ne6pSblGAzHDaVHg=";
"softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/cosmic-panel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-panel";
version = "0-unstable-2024-04-12";
version = "0-unstable-2024-04-15";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-panel";
rev = "0fe4c6d7b40341c49ed015a84397854b48a5ae4d";
sha256 = "sha256-dal+7kIhrw3Hj0EBp+FAz+csFUFmHPrnJFcQTyTaeaY=";
rev = "585bdafff08f3da9b5234df4f964af4698f120e0";
sha256 = "sha256-PxJY7OUs4UutQ/fKTYNd7kcOQjxtqT3D3ir9+bTMEwg=";
};

cargoLock = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/cosmic-term/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-term";
version = "0-unstable-2024-04-14";
version = "0-unstable-2024-04-15";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-term";
rev = "3e41d261a9d5d2284cd6ae85acde2562b8a5ccd6";
hash = "sha256-IVLwWG4WUGXK9jY/d0Vr8RX/Klj1mUe4Q7Huv0BkjDo=";
rev = "38d6ca4ac81baac8e3ee7c1b2e17992806620f39";
hash = "sha256-VY+QS1kIEjsiJ5PWQexevvLfB51fNkfYH88bDeWK5dQ=";
};

cargoLock = {
Expand Down

0 comments on commit 5b9d398

Please sign in to comment.