Skip to content

Commit

Permalink
pkgs: update cosmic (#428)
Browse files Browse the repository at this point in the history
* cosmic-applets: 1.0.0-alpha.2-unstable-2024-10-17 -> 1.0.0-alpha.2-unstable-2024-10-21

Diff: pop-os/cosmic-applets@a5c201a...11faa56

* cosmic-comp: 1.0.0-alpha.2-unstable-2024-10-15 -> 1.0.0-alpha.2-unstable-2024-10-21

Diff: pop-os/cosmic-comp@b8c429f...2497992

* cosmic-protocols: 0-unstable-2024-09-18 -> 0-unstable-2024-10-21

Diff: pop-os/cosmic-protocols@91aeb55...6c35e92

* cosmic-store: 1.0.0-alpha.2-unstable-2024-10-19 -> 1.0.0-alpha.2-unstable-2024-10-21

Diff: pop-os/cosmic-store@4db1e40...570596f

* quick-webapps: 0.5.1-unstable-2024-10-19 -> 0.5.1-unstable-2024-10-21

Diff: cosmic-utils/web-apps@d9b072c...f00fc45

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 21, 2024
1 parent 2a8b172 commit 296fe28
Show file tree
Hide file tree
Showing 7 changed files with 1,301 additions and 1,264 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-applets";
version = "1.0.0-alpha.2-unstable-2024-10-17";
version = "1.0.0-alpha.2-unstable-2024-10-21";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
rev = "a5c201aedd34269c80d4ddb2562260c94862f02f";
hash = "sha256-PaY5qPOPuLPHWnAWXgNbT9gwfgvv6DpO8CbdbUIux4g=";
rev = "11faa567f32e255444682b011d3196b15addeb8d";
hash = "sha256-q/CrK3sb3hkxCEM5z+Jc8HiWfzQWkg+CLq16EEKNT5o=";
};

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

rustPlatform.buildRustPackage {
pname = "cosmic-comp";
version = "1.0.0-alpha.2-unstable-2024-10-15";
version = "1.0.0-alpha.2-unstable-2024-10-21";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
rev = "b8c429facbacbcd0cdda94f717c29b58d9f65414";
hash = "sha256-U39QyU5UWQkYxi2LOpXX9baEN+gIDdNlSJ15nSrRMqQ=";
rev = "2497992d319ad43f190044f7a7c5ebd0b5f04b2a";
hash = "sha256-e0ZiR3bG4Vz0v/nNYC9eqqo0B7I1aTR6kq/gkpRu26Y=";
};

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

stdenv.mkDerivation {
pname = "cosmic-protocols";
version = "0-unstable-2024-09-18";
version = "0-unstable-2024-10-21";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-protocols";
rev = "91aeb55052a8e6e15a7ddd53e039a9350f16fa69";
hash = "sha256-6XM6kcM2CEGAziCkal4uO0EL1nEWOKb3rFs7hFh6r7Y=";
rev = "6c35e92603c1e5f6348208b77e914c7aa1885ead";
hash = "sha256-o5SbkSuxmpKIgB8Kzst5epzggCHWPB0BYD7uGlyMLCw=";
};

makeFlags = [ "PREFIX=${placeholder "out"}" ];
Expand Down
Loading

0 comments on commit 296fe28

Please sign in to comment.