Skip to content

Commit

Permalink
pkgs: update cosmic (#46)
Browse files Browse the repository at this point in the history
* cosmic-applets: 0-unstable-2024-03-27 -> 0-unstable-2024-03-28

Diff: pop-os/cosmic-applets@180e75c...71cb9e6

* cosmic-applibrary: 0-unstable-2024-03-19 -> 0-unstable-2024-03-28

Diff: pop-os/cosmic-applibrary@8df76d5...3349462

* cosmic-comp: 0-unstable-2024-03-27 -> 0-unstable-2024-03-28

Diff: pop-os/cosmic-comp@daf669e...3da08ed

* cosmic-edit: 0-unstable-2024-03-26 -> 0-unstable-2024-03-30

Diff: pop-os/cosmic-edit@3d4fa84...cd1b322

* cosmic-files: 0-unstable-2024-03-27 -> 0-unstable-2024-03-30

Diff: pop-os/cosmic-files@114d871...fb47fc7

* cosmic-launcher: 0-unstable-2024-03-27 -> 0-unstable-2024-03-29

Diff: pop-os/cosmic-launcher@003f2d7...7bc6e65

* cosmic-osd: 0-unstable-2024-03-07 -> 0-unstable-2024-03-28

Diff: pop-os/cosmic-osd@0ca52b5...929a741

* cosmic-panel: 0-unstable-2024-03-27 -> 0-unstable-2024-03-29

Diff: pop-os/cosmic-panel@bab34eb...75e74bd

* cosmic-settings: 0-unstable-2024-03-27 -> 0-unstable-2024-04-01

Diff: pop-os/cosmic-settings@a2c498b...62f15a5

* cosmic-store: 0-unstable-2024-03-23 -> 0-unstable-2024-03-31

Diff: pop-os/cosmic-store@84466d1...4edfc70

* cosmic-term: 0-unstable-2024-03-22 -> 0-unstable-2024-03-30

Diff: pop-os/cosmic-term@ab832cc...648aa30

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 1, 2024
1 parent 1430f60 commit d60af37
Show file tree
Hide file tree
Showing 12 changed files with 408 additions and 124 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-applets";
version = "0-unstable-2024-03-27";
version = "0-unstable-2024-03-28";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
rev = "180e75cb9a15e87665e08bc36b995659bf3e494b";
hash = "sha256-1z1SLliUfjhnd91SMMGi89nelsITzt5mZ29MPgvI4oY=";
rev = "71cb9e64ec2dff53229688aea32d22f65653b5be";
hash = "sha256-TWyI9pb7jh+OTwYa/2BK+udJFV2nkApmfW38KzEE4gY=";
};

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

rustPlatform.buildRustPackage {
pname = "cosmic-applibrary";
version = "0-unstable-2024-03-19";
version = "0-unstable-2024-03-28";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applibrary";
rev = "8df76d5d228759136156f5cd1fd728b1df956475";
hash = "sha256-saGDyJOY1/jNBLz3hdmvsi2gyctKUb5df3wrK/ipGsU=";
rev = "33494622249daef59e1618ff73b3a4a6bf16fcac";
hash = "sha256-pWxSx2EOG9Oo6ped7hrGbX3OjUlDv2DcTJRJshZanaA=";
};

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

rustPlatform.buildRustPackage {
pname = "cosmic-comp";
version = "0-unstable-2024-03-27";
version = "0-unstable-2024-03-28";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
rev = "daf669e656c6ae099894c500fc988b05774f2f53";
hash = "sha256-UpYEyQtfwCzpdQFB6N+30bqCcp/VBthzaCO1qLfsfg8=";
rev = "3da08ed22dd4ae7607b5c9fc0bed7bf80d7b48d7";
hash = "sha256-TBImp3IpZHI+RqCgj/ey/uoLWIG56XBPIk5+LYKdAvc=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-edit";
version = "0-unstable-2024-03-26";
version = "0-unstable-2024-03-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
rev = "3d4fa8475993fd4838d1090006e75d141efc2470";
hash = "sha256-PhDAaCGp5ezu32KaTcmRCrJ7VvIXOjvcnfKxKJHAI5c=";
rev = "cd1b32218078979aa9a944b3a32f9b96996764a1";
hash = "sha256-54DwcI/pwN6nRnHC6GeDYVJXNgS+xBQTnRrKV2YMGUA=";
};

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

rustPlatform.buildRustPackage rec {
pname = "cosmic-files";
version = "0-unstable-2024-03-27";
version = "0-unstable-2024-03-30";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
rev = "114d87147d696e886bf11935bf788bcfdd59c295";
hash = "sha256-KIf2KqT6PJ5x/dNJtzORd2hb6XH5MbBbVYlIshUyb2Q=";
rev = "fb47fc72c9c4f39f22a268e1f157c863a3cc75bb";
hash = "sha256-ZMbd5EKwsA6l8qN72ZWMYxac95ZnuwQJg/3LAUMZ8Yg=";
};

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

rustPlatform.buildRustPackage {
pname = "cosmic-launcher";
version = "0-unstable-2024-03-27";
version = "0-unstable-2024-03-29";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
rev = "003f2d7afde6b20ba3a08cd31426fcee105b0144";
sha256 = "sha256-uLH9ZArURIXcAt4aMzSZpBYwcK1/RoPNG9FCTRDJrok=";
rev = "7bc6e65645c0e0d4b88a4ca611972553ecc71683";
sha256 = "sha256-3AYi5DFgZcLBzdTQEFzMD1AQiaA5ljfu5lfqU0BktNg=";
};

cargoLock = {
Expand Down
Loading

0 comments on commit d60af37

Please sign in to comment.