Skip to content

Commit

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

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

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

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

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

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

---------

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 11, 2024
1 parent dcb7132 commit 709aaf8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

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

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "97a43108b2c9ec29b6dcf2759ad453dc2d92029d";
hash = "sha256-ELd1gNRVhwp0MQ3prsEl9aKtOTIPlc3LMBcrrdQhkp8=";
rev = "90cbcaeca33fb3e9cd8d0ff1481e397e7c4c9e63";
hash = "sha256-U9K1KVmX3uhPFhkazTY4DJLEMm4wJqjBDWc8b4ULIcY=";
};

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

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

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "769c005830311400be28561df2ebe03edcd9b85c";
hash = "sha256-IYt8L7a64eu9Ms7NkSErRa+pHUNuWihP39DWoFMJ6D0=";
rev = "c5db063f6afc3a7f2df555ae2c70cc0237881070";
hash = "sha256-aebf/gr4y2aORuL7ZAa00kgNI/wBvqlWeC88it5yWrw=";
};

cargoLock = {
Expand Down
50 changes: 25 additions & 25 deletions pkgs/cosmic-term/Cargo.lock

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

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

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

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-term";
rev = "90179d5a5f837b60406bcd20315bb8a81cc3bb7d";
hash = "sha256-jQhrH0v7+KsI3AxL8JPE/fe9jb31Ef3ZqgDj8/AU3jM=";
rev = "032804fbff2c8c46bad7e917ee5c33d5df413c19";
hash = "sha256-xKBVmM16C13pGgBss6lahlGOVdglotADHXyytLSTesY=";
};

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-J6c2pRCpyfCFMmzwJ4RdEghSaFDshDtZL6DteAiaq1o=";
"cosmic-files-0.1.0" = "sha256-IYt8L7a64eu9Ms7NkSErRa+pHUNuWihP39DWoFMJ6D0=";
"cosmic-text-0.11.2" = "sha256-6mvGyMCFC/tSIiDgDX+zuDUi15S9dXI6Dc6pj36hIJM=";
"cosmic-config-0.1.0" = "sha256-fp0c8ek7GA8E6Ony2uTNjRJvmMJLGx8g1DT+WbmFjj8=";
"cosmic-files-0.1.0" = "sha256-aebf/gr4y2aORuL7ZAa00kgNI/wBvqlWeC88it5yWrw=";
"cosmic-text-0.11.2" = "sha256-PYA3IOXxO7cuX4KwHdW2o3Shf8ceSjbTYoHJi2GmKUY=";
"d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4=";
"glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg=";
"libc-0.2.151" = "sha256-VcNTcLOnVXMlX86yeY0VDfIfKOZyyx/DO1Hbe30BsaI=";
Expand Down

0 comments on commit 709aaf8

Please sign in to comment.