Skip to content

Commit

Permalink
pkgs: update cosmic (#366)
Browse files Browse the repository at this point in the history
* cosmic-edit: 1.0.0-alpha.2-unstable-2024-09-24 -> 1.0.0-alpha.2-unstable-2024-09-26

Diff: pop-os/cosmic-edit@96b2a19...a397278

* cosmic-files: 1.0.0-alpha.2-unstable-2024-09-25 -> 1.0.0-alpha.2-unstable-2024-09-26

Diff: pop-os/cosmic-files@03b6b6b...8dd26b6

* cosmic-forecast: 0-unstable-2024-09-24 -> 0-unstable-2024-09-26

Diff: cosmic-utils/forecast@d6440ac...95304a5

* cosmic-osd: 1.0.0-alpha.2-unstable-2024-07-15 -> 1.0.0-alpha.2-unstable-2024-09-26

Diff: pop-os/cosmic-osd@27fc5e5...570f35f

* cosmic-settings-daemon: 1.0.0-alpha.2-unstable-2024-09-08 -> 1.0.0-alpha.2-unstable-2024-09-26

Diff: pop-os/cosmic-settings-daemon@a41d199...2f17f33

* cosmic-store: 1.0.0-alpha.2-unstable-2024-09-24 -> 1.0.0-alpha.2-unstable-2024-09-26

Diff: pop-os/cosmic-store@da8c642...5cbd096

* cosmic-wallpapers: 0-unstable-2024-06-26 -> epoch-1.0.0-alpha.2-unstable-2024-06-26

Diff: pop-os/cosmic-wallpapers@0f2f16d...0f2f16d

---------

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 26, 2024
1 parent 80d55e1 commit 89657e8
Show file tree
Hide file tree
Showing 10 changed files with 514 additions and 398 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-edit";
version = "1.0.0-alpha.2-unstable-2024-09-24";
version = "1.0.0-alpha.2-unstable-2024-09-26";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "96b2a190d8a93955e93de08471477492aafd46c3";
hash = "sha256-3goolnDRGQkQ3zN08WKzN6Dxt+Sh1lR+tFxeWjO3VKY=";
rev = "a39727810cd308a79dfb859fc8081d45946603ca";
hash = "sha256-9IkbuWwt6uPoYgLtyFgCJabtX+5zjlQ/PvxlwBPX6II=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-files";
version = "1.0.0-alpha.2-unstable-2024-09-25";
version = "1.0.0-alpha.2-unstable-2024-09-26";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "03b6b6bb45a167ea5bb30335986f3a18c015562b";
hash = "sha256-/GWeXRlUrig6NMogL/X8kJiPi3tIXqfJgOMTRWtqAHw=";
rev = "8dd26b6ca0a2dbd0a2bcbe86941cfaa6c6e2eeed";
hash = "sha256-qOWNRSyDw3A9+g9EgG6nqj7tq7hbqR4OyBZr03ITxx4=";
};

cargoLock = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-forecast/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/cosmic-forecast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-forecast";
version = "0-unstable-2024-09-24";
version = "0-unstable-2024-09-26";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "forecast";
rev = "d6440ac07f06ce84908024048ba066a3ef1cb923";
hash = "sha256-9cF3XUCPfjx9uZz9XrAdlsD2G4fp02hJ+P7wM/kGKvY=";
rev = "95304a56316bd95abed0e9fa17aa453983a03ea9";
hash = "sha256-BWAX21ASf4OVhW9KY3WDwDvw1N5PXc+1qPCeb9usR/k=";
};

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

rustPlatform.buildRustPackage {
pname = "cosmic-osd";
version = "1.0.0-alpha.2-unstable-2024-07-15";
version = "1.0.0-alpha.2-unstable-2024-09-26";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-osd";
rev = "27fc5e5ba4bbed119a1fc85f840db0ade13dde85";
hash = "sha256-JDdVFNTJI9O88lLKB1esJE4sk7ZZnTMilQRZSAgnTqs=";
rev = "570f35fcda39f5b17051ea48158088f6a42cbfc5";
hash = "sha256-ybdIlQIxIt8Gix4wUPh5YKigpTOwi727Jlq2C8PfHjE=";
};

cargoLock = {
Expand Down
Loading

0 comments on commit 89657e8

Please sign in to comment.