Skip to content

Commit

Permalink
pkgs: update cosmic (#185)
Browse files Browse the repository at this point in the history
* cosmic-settings-daemon: 0-unstable-2024-06-14 -> 0-unstable-2024-06-25

Diff: pop-os/cosmic-settings-daemon@33b1847...4e37b6c

* cosmic-store: 0-unstable-2024-06-20 -> 0-unstable-2024-06-25

Diff: pop-os/cosmic-store@3312d86...f1f3cdf

* xdg-desktop-portal-cosmic: 0-unstable-2024-06-24 -> 0-unstable-2024-06-25

Diff: pop-os/xdg-desktop-portal-cosmic@0beb234...a38c9c9

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 26, 2024
1 parent b807d41 commit bd934f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/cosmic-settings-daemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

rustPlatform.buildRustPackage {
pname = "cosmic-settings-daemon";
version = "0-unstable-2024-06-14";
version = "0-unstable-2024-06-25";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-settings-daemon";
rev = "33b18479c0f26631524d0d600ed9bc413b6ca777";
hash = "sha256-S++/z/r0mejXSY9pidW38eyNUuAQUlfbUcK0gllFR0Q=";
rev = "4e37b6c9d597eea690821c0400661b9b37b35aba";
hash = "sha256-PmS9RN3G365F3PcFvoKcK3EjDigmgE27QoEdsmwZqhU=";
};

cargoLock = {
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 @@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
pname = "cosmic-store";
version = "0-unstable-2024-06-20";
version = "0-unstable-2024-06-25";

src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
rev = "3312d86240bc9182eb99d61ef57aec95b9a78f15";
hash = "sha256-NLaCVSPlpHLX5SLv3z+FyKi2O9pwFnZzOpQH/MmmAik=";
rev = "f1f3cdf42efdabdfc84ce3226d87f41b4f11e11a";
hash = "sha256-5Rh2beZlHjq6AVlS/5TW5bzgpjCYfPCL/uU6FW/f70M=";
};

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

rustPlatform.buildRustPackage {
pname = "xdg-desktop-portal-cosmic";
version = "0-unstable-2024-06-24";
version = "0-unstable-2024-06-25";

src = fetchFromGitHub {
owner = "pop-os";
repo = "xdg-desktop-portal-cosmic";
rev = "0beb2341db0e16628614652c9018de285e21f441";
hash = "sha256-CMW3kSXpoRi8fIy2c+Ja0cRFHecDok84R8LaHRsSQ7Y=";
rev = "a38c9c98cceaa730da4294142508290d83916780";
hash = "sha256-j8dvQKnNVX6XG/36ynjdmQwSBuczsjqFjlti+9C3Dso=";
};

cargoLock = {
Expand Down

0 comments on commit bd934f4

Please sign in to comment.