Skip to content

Commit

Permalink
pkgs: update cosmic (#146)
Browse files Browse the repository at this point in the history
* cosmic-files: 0-unstable-2024-06-01 -> 0-unstable-2024-06-02

Diff: pop-os/cosmic-files@4a7c59b...5aaff9e

* cosmic-store: 0-unstable-2024-05-31 -> 0-unstable-2024-06-02

Diff: pop-os/cosmic-store@6ed4bfc...2672128

* cosmic-tasks: 0-unstable-2024-05-31 -> 0-unstable-2024-06-02

Diff: cosmic-utils/tasks@6309185...015ebd9

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 3, 2024
1 parent f646238 commit a7b4323
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-files/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-files";
version = "0-unstable-2024-06-01";
version = "0-unstable-2024-06-02";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "4a7c59b98760397d46e7be31b3d9405019561a75";
hash = "sha256-pcgEf8LSs/RWmD/bllVieMA1LLs3YuDYH7UlNDttdjk=";
rev = "5aaff9ea3bcd613a06c5e7bba17851fc0a393d50";
hash = "sha256-pX3ItnWCl/hn6h8D3CuvgDXMrdg2hWXQfKaIKMU2njw=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-store";
version = "0-unstable-2024-05-31";
version = "0-unstable-2024-06-02";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "6ed4bfc34cbca783b32e73e418ab4d772a78389c";
hash = "sha256-BHMF8ZNbsTW7dHPKxsPnUsYQyoXwiD1r6JlSJMpbN54=";
rev = "2672128737dcba8c0f8b58e3eb3067e02c994179";
hash = "sha256-d6eE928iyhDBqKckED94mYaAgsaaT5HbxU3IPT0sMhw=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-tasks";
version = "0-unstable-2024-05-31";
version = "0-unstable-2024-06-02";

src = fetchFromGitHub {
owner = "edfloreshz";
repo = "cosmic-tasks";
rev = "6309185776fb916cea278e9e40cd4696f3daf22a";
hash = "sha256-98DdZHf09JLo8/RYJa3ZoZ09P+8feT5JRb/aqriB4jc=";
rev = "015ebd9a4e2624d934fb9ce5fafac922b80eae7f";
hash = "sha256-ubacEUz+folUoCEyenu7COfkFJfPUUoqm1WHi8p1OLA=";
};

cargoLock = {
Expand Down

0 comments on commit a7b4323

Please sign in to comment.