Skip to content

Commit

Permalink
pkgs: update cosmic (#15)
Browse files Browse the repository at this point in the history
* cosmic-applets: 0-unstable-2024-03-06 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-applets@cd29620...ec75698

* cosmic-edit: 0-unstable-2024-03-04 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-edit@fb151fd...97a4310

* cosmic-files: 0-unstable-2024-03-04 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-files@597da94...769c005

* cosmic-panel: 0-unstable-2024-03-07 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-panel@5023ac5...07fcaee

* cosmic-settings: 0-unstable-2024-03-07 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-settings@71cfd2d...65289d9

* cosmic-term: 0-unstable-2024-03-04 -> 0-unstable-2024-03-08

Diff: pop-os/cosmic-term@4616940...90179d5

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 9, 2024
1 parent 7d23eed commit dbf2bdd
Show file tree
Hide file tree
Showing 11 changed files with 311 additions and 314 deletions.
6 changes: 3 additions & 3 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-03-06";
version = "0-unstable-2024-03-08";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
rev = "cd296207a770b62fb5c632c146aede624080c834";
hash = "sha256-j8jxlLzQr3ZHEKCfvnl/gZ/yw0H6UmzasplkLBWsCBA=";
rev = "ec75698a00077503503edff13e583de785b7fede";
hash = "sha256-6eXjlopWLbox6kY/NiPssDY5UPEelhOm02HEM5Af7u0=";
};

cargoLock = {
Expand Down
78 changes: 39 additions & 39 deletions pkgs/cosmic-edit/Cargo.lock

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

10 changes: 5 additions & 5 deletions pkgs/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-edit";
version = "0-unstable-2024-03-04";
version = "0-unstable-2024-03-08";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "fb151fdcb6a2eee3e8f01fb9e9aa275e8846a65f";
hash = "sha256-75UwL14a7l4k+BatVB9jnNdetRZhpgQqKcgh2Hm98Nw=";
rev = "97a43108b2c9ec29b6dcf2759ad453dc2d92029d";
hash = "sha256-ELd1gNRVhwp0MQ3prsEl9aKtOTIPlc3LMBcrrdQhkp8=";
};

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw=";
"atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA=";
"cosmic-config-0.1.0" = "sha256-J3wqfcy0ODq/5wPUcgQR/oUVEQkHQ2To1JIHduO6Jag=";
"cosmic-files-0.1.0" = "sha256-4k1/xrui1dbk0arycJsqjedKF3qOqxQtaf+zPhuZ/Rw=";
"cosmic-config-0.1.0" = "sha256-J6c2pRCpyfCFMmzwJ4RdEghSaFDshDtZL6DteAiaq1o=";
"cosmic-files-0.1.0" = "sha256-IYt8L7a64eu9Ms7NkSErRa+pHUNuWihP39DWoFMJ6D0=";
"cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng=";
"cosmic-text-0.11.2" = "sha256-6mvGyMCFC/tSIiDgDX+zuDUi15S9dXI6Dc6pj36hIJM=";
"d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4=";
Expand Down
Loading

0 comments on commit dbf2bdd

Please sign in to comment.