Skip to content

Commit

Permalink
pkgs: update cosmic (#353)
Browse files Browse the repository at this point in the history
* cosmic-edit: 1.0.0-alpha.1-unstable-2024-09-17 -> 1.0.0-alpha.1-unstable-2024-09-21

Diff: pop-os/cosmic-edit@68ccc6c...531072e

* cosmic-files: 1.0.0-alpha.1-unstable-2024-09-20 -> 1.0.0-alpha.1-unstable-2024-09-21

Diff: pop-os/cosmic-files@333d4e5...5fe077a

* cosmic-settings: 1.0.0-alpha.1-unstable-2024-09-20 -> 1.0.0-alpha.1-unstable-2024-09-21

Diff: pop-os/cosmic-settings@822a6ea...7c18981

* cosmic-term: 1.0.0-alpha.1-unstable-2024-09-19 -> 1.0.0-alpha.1-unstable-2024-09-21

Diff: pop-os/cosmic-term@4beabca...d8bfd82

* quick-webapps: 0.4.8-unstable-2024-09-20 -> 0.4.8-unstable-2024-09-22

Diff: cosmic-utils/web-apps@b049a83...7e2e128

* xdg-desktop-portal-cosmic: 1.0.0-alpha.1-unstable-2024-09-14 -> 1.0.0-alpha.1-unstable-2024-09-21

Diff: pop-os/xdg-desktop-portal-cosmic@05c37cd...0395661

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 22, 2024
1 parent d763e00 commit 4b39b6b
Show file tree
Hide file tree
Showing 11 changed files with 262 additions and 265 deletions.
137 changes: 68 additions & 69 deletions pkgs/cosmic-edit/Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pkgs/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-edit";
version = "1.0.0-alpha.1-unstable-2024-09-17";
version = "1.0.0-alpha.1-unstable-2024-09-21";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "68ccc6c533fc3ad8453e49ba223605692a645812";
hash = "sha256-NaX3N3Jm3EJP5zH+Vo5C0TGvJ180lJVOkMy2Mf/D834=";
rev = "531072ea4579c269c1763b0b50e8b9ee8697ebb7";
hash = "sha256-36XyJIlNQjyVaonxKhHZP8BxmwPdLSUc55E+DWs5Ptg=";
};

cargoLock = {
Expand All @@ -31,8 +31,8 @@ rustPlatform.buildRustPackage rec {
"accesskit-0.12.2" = "sha256-1UwgRyUe0PQrZrpS7574oNLi13fg5HpgILtZGW6JNtQ=";
"atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA=";
"clipboard_macos-0.1.0" = "sha256-cG5vnkiyDlQnbEfV2sPbmBYKv1hd3pjJrymfZb8ziKk=";
"cosmic-config-0.1.0" = "sha256-3b9G5r0/F4ESoOLRADeuWmJZDCVaaVdESnOa3X3+UOo=";
"cosmic-files-0.1.0" = "sha256-nGBBIzYFiXMfpiDsdN7mhEFB+DfHyFv3pppRioBDnew=";
"cosmic-config-0.1.0" = "sha256-9VdBixiwk0VuxXRdPL8pZ1QMcuPJgJomtQDm4fOMwRo=";
"cosmic-files-0.1.0" = "sha256-sJAJtCxDUAbqu3bh1Dxeo3nBoAVMDcDGeiDuZNBYT7E=";
"cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng=";
"cosmic-text-0.12.1" = "sha256-3opGta6Co8l+hIQRVGkfSy6IqJXq/N8ZzqF+YGQADmI=";
"d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4=";
Expand All @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
"smithay-clipboard-0.8.0" = "sha256-4InFXm0ahrqFrtNLeqIuE3yeOpxKZJZx+Bc0yQDtv34=";
"softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg=";
"taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI=";
"trash-5.0.0" = "sha256-6cMo2GtMJjU+fbehlsGNmj3LbzSP+vOjA4en3OgmZ54=";
"trash-5.1.1" = "sha256-So8rQ8gLF5o79Az396/CQY/veNo4ticxYpYZPfMJyjQ=";
"winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4=";
};
};
Expand Down
34 changes: 17 additions & 17 deletions pkgs/cosmic-files/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-files/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-files";
version = "1.0.0-alpha.1-unstable-2024-09-20";
version = "1.0.0-alpha.1-unstable-2024-09-21";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "333d4e58ca58fceb77f12de05f72267c61688f53";
hash = "sha256-VrWLJhexT9u1ChqECDLjGSgrD1esmyaCSAQX6bAFGuI=";
rev = "5fe077a488a9e7a8bd5efe2aad7bf3322aa0d872";
hash = "sha256-sJAJtCxDUAbqu3bh1Dxeo3nBoAVMDcDGeiDuZNBYT7E=";
};

cargoLock = {
Expand All @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
"atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA=";
"clipboard_macos-0.1.0" = "sha256-cG5vnkiyDlQnbEfV2sPbmBYKv1hd3pjJrymfZb8ziKk=";
"cosmic-client-toolkit-0.1.0" = "sha256-1XtyEvednEMN4MApxTQid4eed19dEN5ZBDt/XRjuda0=";
"cosmic-config-0.1.0" = "sha256-Vp2kqk6EWTPt75cdwuvbLX2GBjZt5ltJsX5yROantTE=";
"cosmic-config-0.1.0" = "sha256-9VdBixiwk0VuxXRdPL8pZ1QMcuPJgJomtQDm4fOMwRo=";
"cosmic-text-0.12.1" = "sha256-3opGta6Co8l+hIQRVGkfSy6IqJXq/N8ZzqF+YGQADmI=";
"d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4=";
"filetime-0.2.24" = "sha256-lU7dPotdnmyleS2B75SmDab7qJfEzmJnHPF18CN/Y98=";
Expand Down
Loading

0 comments on commit 4b39b6b

Please sign in to comment.