Skip to content

Commit

Permalink
pkgs: update cosmic (#413)
Browse files Browse the repository at this point in the history
* cosmic-ext-applet-clipboard-manager: 0-unstable-2024-10-08 -> 0-unstable-2024-10-13

Diff: cosmic-utils/clipboard-manager@f349d15...5396b3c

* cosmic-ext-calculator: 0-unstable-2024-10-09 -> 0-unstable-2024-10-13

Diff: cosmic-utils/calculator@2a519cf...d88506d

* cosmic-ext-examine: 1.0.0-unstable-2024-10-08 -> 1.0.0-unstable-2024-10-13

Diff: cosmic-utils/examine@a34c1b9...bc08e77

* cosmic-ext-forecast: 0-unstable-2024-10-06 -> 0-unstable-2024-10-13

Diff: cosmic-utils/forecast@f98528a...f691abe

* cosmic-ext-tweaks: 0-unstable-2024-10-06 -> 0-unstable-2024-10-13

Diff: cosmic-utils/tweaks@40bd0d2...09c99ff

---------

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 13, 2024
1 parent f545d4f commit e7cefc2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-ext-applet-clipboard-manager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-ext-applet-clipboard-manager";
version = "0-unstable-2024-10-08";
version = "0-unstable-2024-10-13";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "clipboard-manager";
rev = "f349d154e2ae985c68cf9e9405dcf39f6f19eba6";
hash = "sha256-7o0gKerko9TURmGyaN9LcXytOFeKNkSQWnStULe7a4w=";
rev = "5396b3cc0b36f9fa229302cc0c97cd39c339ef4a";
hash = "sha256-tDoF6Xv/HyFx4qZS0fq7y1bjq+1lNHXvl7CLdsj5UYc=";
};

cargoLock = {
Expand Down
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-unstable-2024-10-09";
version = "0-unstable-2024-10-13";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "calculator";
rev = "2a519cf4c07cb7e0706b8a86bf69fadc5ec458d5";
hash = "sha256-e5XDAEwZMbSNSioJ/wiqCMWIUGnuCDJCOZU2lbWBnmg=";
rev = "d88506dcd7a824158729552c15866c0aa83cf656";
hash = "sha256-xZhqg4GNOr5PSCmos6trZF69x9twCAwvCrzXDXQOAmw=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-ext-examine";
version = "1.0.0-unstable-2024-10-08";
version = "1.0.0-unstable-2024-10-13";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "examine";
rev = "a34c1b9fc2f4b6b4e7b5430c1b7b3039b8e6cd27";
hash = "sha256-9xYUJeAYqnDYZzjWM21HuSNDY+ZcUlTdj/g/MUH2A54=";
rev = "bc08e77fa4dd4dd99b82ca8c1b05c9bdc889e90a";
hash = "sha256-yYpyMYwderU98tVwFE9sYUg3QlIqTQnACv9X9m6O4R0=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-ext-forecast";
version = "0-unstable-2024-10-06";
version = "0-unstable-2024-10-13";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "forecast";
rev = "f98528aa1ebc5e4986e0df24be1deccc2e9c2b00";
hash = "sha256-mghfWMDT47zAg7FtfG1dhnwae//vsBiMDybIdwq5N9Q=";
rev = "f691abee44684e91255b2622c252085eaff756bf";
hash = "sha256-4KiWLix4ICeYwo05v4/IGeFgvWbrv9OEYMUFiyiraHo=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-ext-tweaks";
version = "0-unstable-2024-10-06";
version = "0-unstable-2024-10-13";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tweaks";
rev = "40bd0d2d8d5f5dcff3ec86b041c3ec09eee38adc";
hash = "sha256-e7n9jx7+YlNpf3ILX/ucpR66HZy8KDMnn0RNEq0+rI4=";
rev = "09c99ff048163bf7aead6f1a600d40f91378320e";
hash = "sha256-0jXRsq/3P2ivnGwcI3rkQAqwM3J/ekT3SceOqRks+Q4=";
};

cargoLock = {
Expand Down

0 comments on commit e7cefc2

Please sign in to comment.