Skip to content

Commit

Permalink
pkgs: update cosmic (#559)
Browse files Browse the repository at this point in the history
* cosmic-edit: 1.0.0-alpha.4-unstable-2024-12-22 -> 1.0.0-alpha.4-unstable-2024-12-30

Diff: pop-os/cosmic-edit@c6cd819...31e135c

* cosmic-ext-observatory: 0.2.2-unstable-2024-12-16 -> 0.2.2-unstable-2024-12-30

Diff: cosmic-utils/observatory@d887b86...4c76e44

* cosmic-files: 1.0.0-alpha.4-unstable-2024-12-18 -> 1.0.0-alpha.4-unstable-2024-12-30

Diff: pop-os/cosmic-files@ee7954e...3dde3c8

* cosmic-player: 0-unstable-2024-12-15 -> 0-unstable-2024-12-30

Diff: pop-os/cosmic-player@011a2c7...e76ea68

* cosmic-store: 1.0.0-alpha.4-unstable-2024-12-18 -> 1.0.0-alpha.4-unstable-2024-12-30

Diff: pop-os/cosmic-store@803e27b...77ad4b8

* cosmic-term: 1.0.0-alpha.4-unstable-2024-12-22 -> 1.0.0-alpha.4-unstable-2024-12-30

Diff: pop-os/cosmic-term@75e1082...5f98443

---------

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 31, 2024
1 parent c48a9e3 commit d1f6c7d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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.4-unstable-2024-12-22";
version = "1.0.0-alpha.4-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "c6cd819fff029f7b0909d7cf71c84de400d765b4";
hash = "sha256-Cld2hJZq38TD82wvopDyAT62jFuL4ftntjz5m0mJVZk=";
rev = "31e135cfec4f1b3cdf87a4dc5b4edbe660f1fe97";
hash = "sha256-IGFQA6ma79b2aRU74MQ/Sa9j1XbXry6Zt5+3tvcU+r4=";
};

useFetchCargoVendor = true;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/cosmic-ext-observatory/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

rustPlatform.buildRustPackage {
pname = "cosmic-ext-observatory";
version = "0.2.2-unstable-2024-12-16";
version = "0.2.2-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "observatory";
rev = "d887b866112b85a915191c7dc7e882823304f667";
hash = "sha256-WwKDGrTv83Abm+YVIurWKmzMLKDuY7qRlOkMwQ7HPco=";
rev = "4c76e44f16787f4c53addf298aeadf6a0249150f";
hash = "sha256-xBon/NBAVATGHf82Yhv3KI7e3scCvkoK4EYH+bZmh8w=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-4BnulyS0qQBTh1tl5uS/TAgu3Onlg3Au5RvfI32n9dM=";
cargoHash = "sha256-SJlq+NzTrtik+INbCA5WPk102NSJ9SjSyO8YmnBymeo=";

nvtop = fetchFromGitHub {
owner = "Syllo";
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.4-unstable-2024-12-18";
version = "1.0.0-alpha.4-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "ee7954e8d6f5cca93f0151aa920c95071ec1cae0";
hash = "sha256-O97R0yuI9cq5/sXFTPVJH+e6vTUCs4ptqDTuXDYUxoY=";
rev = "3dde3c8fbc5d92bcbfa61f53cb60d14b9b10f1cc";
hash = "sha256-QnzPyA8jezgLCIOnkjEFplWFH5FCT4zgU/vt5R7LzPk=";
};

useFetchCargoVendor = true;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/cosmic-player/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@

rustPlatform.buildRustPackage {
pname = "cosmic-player";
version = "0-unstable-2024-12-15";
version = "0-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-player";
rev = "011a2c7cc77b6f8ecb295974292357570b3f897d";
hash = "sha256-ubU5nnMsKqUPdLc6QI5axT5IEM9XV95LuazIZCK2RSs=";
rev = "e76ea68bfcf22f2524f271c20c9658a50cf22ea5";
hash = "sha256-ApOCJcplIQip1iHE9+SDk1wQ8g+ek7MmbAFkQV4rziQ=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-qm2ysSTKoIeJrRzNi1bEL9WoxEoAgqFu359gNNOVWBE=";
cargoHash = "sha256-Cywujrq/V6rN8mONzMxQ6XjEEDqkBI9y7gdEPGW6fHA=";

nativeBuildInputs = [
libcosmicAppHook
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 @@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-store";
version = "1.0.0-alpha.4-unstable-2024-12-18";
version = "1.0.0-alpha.4-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "803e27b82e3026b09479ad55bc7160ce93b43dea";
hash = "sha256-y++KDpgQQXWj/VMWa3oPz810SSM7rOagtfjTQRWQZic=";
rev = "77ad4b86479282eff57bdb663affd69171a34283";
hash = "sha256-u37gegjorwAMBouDmngPYo4lsRnDxL80EZKIDszSUpA=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-term";
version = "1.0.0-alpha.4-unstable-2024-12-22";
version = "1.0.0-alpha.4-unstable-2024-12-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-term";
rev = "75e1082260ca264f2c78be3afae5c6ed975351fc";
hash = "sha256-HxzEfR/VPuWFL6P9rL9d66eUYEHkrYfob+Ncge3Vb3w=";
rev = "5f9844324310189ea4984c4a4db2bc811feaad36";
hash = "sha256-0gSHf8Mqz/GLaAaakBOitD19iizL1m2AmSXNKvLwJCE=";
};

useFetchCargoVendor = true;
Expand Down

0 comments on commit d1f6c7d

Please sign in to comment.