Skip to content

Commit

Permalink
pkgs: update cosmic (#549)
Browse files Browse the repository at this point in the history
* cosmic-ext-calculator: 0.1.1-unstable-2024-11-26 -> 0.1.1-unstable-2024-12-26

Diff: cosmic-utils/calculator@e3b60c1...578fc5e

* cosmic-ext-tasks: 0.1.1-unstable-2024-11-20 -> 0.1.1-unstable-2024-12-26

Diff: cosmic-utils/tasks@277536f...5d7cd0c

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 26, 2024
1 parent 7d7a5bf commit 804adac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-ext-calculator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-ext-calculator";
version = "0.1.1-unstable-2024-11-26";
version = "0.1.1-unstable-2024-12-26";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "calculator";
rev = "e3b60c1764417fbde8bc844e0a49df00f8934ff1";
hash = "sha256-6eFnjcrXbCG4kv8Ms2djbnMUzse/hVxwQVmrZa7u8VU=";
rev = "578fc5ec6695986a25cf453b6905b8a3066f980f";
hash = "sha256-H62+gAS1dLV3YFqE2jONPnmnxZQWWvHTm1GJ8w417Xw=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-ext-tasks";
version = "0.1.1-unstable-2024-11-20";
version = "0.1.1-unstable-2024-12-26";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tasks";
rev = "277536f5ea9c65351ea051f62c60347bee1fa75a";
hash = "sha256-GmSziMF2hiNRiApMBt4wPEomItEiQfJiIr9rR8c8YQg=";
rev = "5d7cd0c9247472e5ae76a3ee39267fcf9fc75863";
hash = "sha256-LWS5nHDHC91TK46mY8x3Q0yVLLlidZB3m0Mhd6nC164=";
};

useFetchCargoVendor = true;
Expand Down

0 comments on commit 804adac

Please sign in to comment.