Skip to content

Commit

Permalink
pkgs: update cosmic (#376)
Browse files Browse the repository at this point in the history
* cosmic-files: 1.0.0-alpha.2-unstable-2024-09-28 -> 1.0.0-alpha.2-unstable-2024-09-29

Diff: pop-os/cosmic-files@78eea8d...0b0a8ba

* cosmic-forecast: 0-unstable-2024-09-28 -> 0-unstable-2024-09-29

Diff: cosmic-utils/forecast@bb5e4cd...085b828

* cosmic-tweaks: 0-unstable-2024-09-29 -> 0-unstable-2024-09-29

Diff: cosmic-utils/tweaks@4c73f09...69e3b26

---------

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 29, 2024
1 parent 5b0f33c commit 0844c1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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-28";
version = "1.0.0-alpha.2-unstable-2024-09-29";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "78eea8d8f2dee3f9e466b847ca2813c58be854ae";
hash = "sha256-rilgYNERcckS54MY47S1iOGapcUfLLVNCuXz/R9+Bn4=";
rev = "0b0a8bab95aeadc92653bdb1d19e213ab39b56e4";
hash = "sha256-Na2HsC7iIHSEDfeSAqlZtabIpcdkqDmKqqvsTBxISHQ=";
};

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

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "forecast";
rev = "bb5e4cd75f602475c04c899bd5da12c6d020d10c";
hash = "sha256-v8FQOpPDZIUc1nrCPU9FUw/WwO0eysf2LlP5HO2l/HQ=";
rev = "085b828c02696ce0dfe3a153f53ed8b8bf8eb3f7";
hash = "sha256-JDZSrgyU26j0uk/I4yhQgiAXQkuuABn0pLmmfAG2YHU=";
};

cargoLock = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cosmic-tweaks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tweaks";
rev = "4c73f09e16f34d014e0379b55c21225694f178e3";
hash = "sha256-t1YoDXz/un0BRlK6/5yeST9QLW8E/7Gcktq12HsHDj4=";
rev = "69e3b261428b682dfdfb08473be48dec672364db";
hash = "sha256-9T93mLvVQIY1IVfLTqTNgSpHgVQuzFrjJuMl6n7THXg=";
};

cargoLock = {
Expand Down

0 comments on commit 0844c1f

Please sign in to comment.