Skip to content

Commit

Permalink
pkgs: update cosmic (#338)
Browse files Browse the repository at this point in the history
* cosmic-applets: 1.0.0-alpha.1-unstable-2024-09-12 -> 1.0.0-alpha.1-unstable-2024-09-16

Diff: pop-os/cosmic-applets@6b8d3dc...0a32d27

* cosmic-files: 1.0.0-alpha.1-unstable-2024-09-15 -> 1.0.0-alpha.1-unstable-2024-09-16

Diff: pop-os/cosmic-files@3b611ff...1ee0201

* quick-webapps: 0.4.6-unstable-2024-09-13 -> 0.4.8-unstable-2024-09-16

Diff: cosmic-utils/web-apps@b8f63d6...929eeac

---------

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 16, 2024
1 parent 9907e5b commit a29214f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 35 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-applets";
version = "1.0.0-alpha.1-unstable-2024-09-12";
version = "1.0.0-alpha.1-unstable-2024-09-16";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
rev = "6b8d3dc4158b8055536dfeb5a36d544a28ab0770";
hash = "sha256-mho71sHGRdmp5c6qleBPQS/x7aCOZr+EXSHo1u3ZPUo=";
rev = "0a32d27c70d25c13b6610dd0e604f222d25b1b96";
hash = "sha256-xRMW/tikw1DHuYuCgCPQf3xxrKSKFVRYI+ipK2jSaaM=";
};

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 @@ -10,13 +10,13 @@

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

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "3b611ff4fc29fc09be377cec03b3c41bcbba5f82";
hash = "sha256-B1uWLSDjuIkE1yFM0B0/cq5vhYTOeD2R+Z0dYuG5TVI=";
rev = "1ee020159692dbe9f1ab9d156ba4310391675f95";
hash = "sha256-raOYakOLNnyMq94qvhh29Mprxp+HXW7IySidRkbmcNs=";
};

cargoLock = {
Expand Down
51 changes: 25 additions & 26 deletions pkgs/quick-webapps/Cargo.lock

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

6 changes: 3 additions & 3 deletions pkgs/quick-webapps/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

rustPlatform.buildRustPackage {
pname = "quick-webapps";
version = "0.4.6-unstable-2024-09-13";
version = "0.4.8-unstable-2024-09-16";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "web-apps";
rev = "b8f63d6f01bc138cf25df3a3a6e29c943e9e908c";
hash = "sha256-hxaQCsE+LtLaqCtu0IRUNy4aH2GtSwtJCueJcDCmfZc=";
rev = "929eeac926a62e13e84b0824005424c305673c79";
hash = "sha256-JsI9NzmmsyLcYry7dh2/CYtZVOyEllRX2zaPlddKeSw=";
};

cargoLock = {
Expand Down

0 comments on commit a29214f

Please sign in to comment.