Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f4ab4a8
cosmic-applets: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
fd77bad
cosmic-applibrary: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
cbd4d1f
cosmic-bg: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
e127ef5
cosmic-comp: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
d2bacbe
cosmic-edit: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
dabfb55
cosmic-files: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
8d316d8
cosmic-greeter: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
6752a30
cosmic-icons: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
bf59017
cosmic-idle: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
aa233eb
cosmic-initial-setup: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
5fb31fd
cosmic-launcher: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
ac78d67
cosmic-notifications: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
12945fa
cosmic-osd: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
56c661f
cosmic-panel: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
c510ded
cosmic-player: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
90de8ac
cosmic-randr: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
b58f38a
cosmic-screenshot: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
b76db00
cosmic-session: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
d2b39f4
cosmic-settings: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
2563ef3
cosmic-settings-daemon: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
15f2bb2
cosmic-store: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
52af3ec
cosmic-term: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
5723ea3
cosmic-wallpapers: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
9d5cc39
cosmic-workspaces-epoch: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
01c9768
xdg-desktop-portal-cosmic: 1.0.0-beta.7 -> 1.0.0-beta.8
HeitorAugustoLN Nov 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applets";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-4cQ3MFV2l75ZTMkc4lri48hPE21os6xygr3MDP7RSEA=";
hash = "sha256-4BH7qEoUf5UtpiQtk3WvgA3p/hAa58RnQ4jUjG8tpd0=";
};

cargoHash = "sha256-XOA5yREoQHGxPI9PVYd2UsaHRCIfbb3Tkr1eovqIIow=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-applibrary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applibrary";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applibrary";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-G8zH66v5YLqF8p1WhCBnXeI2ac3igGCAFJTvgeTTCUE=";
hash = "sha256-u2DuATdE5qdOvSISizIQsZWnSKTgya9c42xehTwxl8Q=";
};

cargoHash = "sha256-s+Q8hj8/dqwGpCq87BWTtk/PmAg55cMI/KLL96SaqUo=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-bg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-bg";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-bg";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-RPVPiMEwMh4DRixaC8A4oK9KzGIbi2CFlVAthICalt0=";
hash = "sha256-xChEpJFxilcJW07VgGiy8LNjDdjxbpBtYLEemrxp/2g=";
};

postPatch = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-comp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-comp";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-qE+m/LEe1ky+7A4PAzQrhZyguRsCID7IFwCx/yriYQE=";
hash = "sha256-MyE2C7oUMSIkNn03am/ytc1/oJITsAO7Ok3XV231EmA=";
};

cargoHash = "sha256-xaA0qwOxT/RNyUXOazJeO8oVR5pzxW15KFZ+IrWsL5o=";
cargoHash = "sha256-qlfCCHqjKX72hVj5Bgh1wKT7pMsy5vG1VEIqJk4prR8=";

separateDebugInfo = true;

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-edit";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-V3O4ktSJ1cLAgtFvHqzX0AanJdir/HfqdvgCiHINyxg=";
hash = "sha256-Zk4qo/2ZdlAv2g1gIoMfzRXwndmqtyIqtX/2Z1nmhLM=";
};

cargoHash = "sha256-ELQrRDTNAX5eWWjsmWfg8BCKnaM+tqncS2O4jA3N9W8=";
cargoHash = "sha256-6b6m6mZTa3Li74JCm6czR0VBc7H5IRTPr7yic3V1FL4=";

postPatch = ''
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-files/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-files";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-6r2HBxp7sZ79MKZoONXmopKea2unqZ91xaq4l6QiE9w=";
hash = "sha256-jH88PzgHMbbtGc68v/7Azia+LrB1kfA7QdBJOVAsEs0=";
};

cargoHash = "sha256-L3a3gtqW5Zjufom8NDeklKe6rOnzd8sEaCPIVGsOqWM=";
cargoHash = "sha256-WPBK7/7l+Z69AFrqnDL6XszUcBHuZdKsNZ31HS+Ol4o=";

nativeBuildInputs = [
just
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-greeter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-greeter";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-greeter";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-r/xhJR3xtLxPusMUKzS2PGsS51m1jfoxZByJWcXLaoY=";
hash = "sha256-ldB9t+WMN/K5Xk6wO4lZ6+VJIDNI2iAl9240iRsvNCg=";
};

cargoHash = "sha256-4yRBgFrH4RBpuvChTED+ynx+PyFumoT2Z+R1gXxF4Xc=";

env = {
VERGEN_GIT_COMMIT_DATE = "2025-11-20";
VERGEN_GIT_COMMIT_DATE = "2025-11-24";
VERGEN_GIT_SHA = finalAttrs.src.tag;
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cosmic-icons";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-idle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-idle";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-initial-setup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-initial-setup";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-initial-setup";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-8dnReeMxkbu965x8VgTg3C6IPSK3wcqT1r0rklPksAw=";
hash = "sha256-iSxBd/0DsaId7PETZMZbN4uZHiUJmxzm/1KXRXDwpEo=";
};

cargoHash = "sha256-jOPJiKPE3UUD/QHmb+6s6l2RVhtUFls3QRGQ6DmEFSE=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-launcher";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-lVNvmpiShkdT+VZMxV1bvYyC17edaepwlkmOvNMng8k=";
hash = "sha256-+qSh2QaLbUcBbJi5nqyXmzAIZfqQhwQF/QBN8a7nY5U=";
};

cargoHash = "sha256-pHW7kBbEQ8P9Ugkgzn1olSlMCeetuNQ2jMJyEteoeIo=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-notifications/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-notifications";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-notifications";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-OK+6qSQuu44t1uMt9ESg2L9h47wQmiCh1iZfXkO1vE0=";
hash = "sha256-2j6F2aYm/tqRlIk0i7HINGI1DuXhI3FX71ggXoPoPpY=";
};

cargoHash = "sha256-kLvfZBHJbVSceqKuB9XFshTH4Sl54hKfm8H90RUszKk=";
Expand Down
20 changes: 18 additions & 2 deletions pkgs/by-name/co/cosmic-osd/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
libcosmicAppHook,
just,
pulseaudio,
pipewire,
libinput,
Expand All @@ -13,19 +15,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-osd";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-osd";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-gAmsLScFKgs2bUf0c4NuP2Zuuz+vz8Y7w4uQtKzXSRo=";
hash = "sha256-mbsTDxd8vvkY0EQCOI8sXxY80odJgSAuuP2gNzy6HXo=";
};

cargoHash = "sha256-cpNp/by8TU2lbb2d3smxUr48mTSLnoPXseiRZScwSXI=";

nativeBuildInputs = [
just
libcosmicAppHook
rustPlatform.bindgenHook
];
Expand All @@ -37,6 +40,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
pipewire
];

dontUseJustBuild = true;
dontUseJustCheck = true;

justFlags = [
"--set"
"prefix"
(placeholder "out")
"--set"
"cargo-target-dir"
"target/${stdenv.hostPlatform.rust.cargoShortTarget}"
];

env.POLKIT_AGENT_HELPER_1 = "/run/wrappers/bin/polkit-agent-helper-1";

passthru = {
Expand All @@ -48,6 +63,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cosmic-autologin-noxwayland
;
};

updateScript = nix-update-script {
extraArgs = [
"--version"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-panel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-panel";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-player/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-player";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-player";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-RNDc+NCih1bsdqa4DCOrtiKPsdVaQ6fvj9VGQAoNri8=";
hash = "sha256-ocnPHk/7/McHPOPsHR3k6fEFAPVlXA729yN+9uQVedo=";
};

cargoHash = "sha256-ST/04USAIHvySOoKvh5EPCDlUOjHxbiRFouLunaleKw=";
cargoHash = "sha256-Z0+6jtvJ3z/ptcqrbvSuXgjH2liASNJwBIKiHbrVBT8=";

nativeBuildInputs = [
just
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-randr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-randr";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-randr";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-daP2YZ7B1LXzqh2n0KoSTJbitdK+hlZO+Ydt9behzmQ=";
hash = "sha256-g5s4TIk8nS3qPIAlWQC4D5A936+DYMbEEnU6v8iO9TI=";
};

cargoHash = "sha256-tkmBthh+nM3Mb9WoSjxMbx3t0NTf6lv91TwEwEANS6U=";
cargoHash = "sha256-ZStjzRqgCnRy1v2K1upUbioedmDaa1ml1gRNZc32Q00=";

nativeBuildInputs = [
just
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-screenshot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-screenshot";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-screenshot";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-LaKopOd7HuDvXfE9zudoudCxGYfMkpru/PISzIrEARo=";
hash = "sha256-80PNYY6jiyKDFusF8c1feS6z4Is/6Azj9uEPlm0Ae3I=";
};

cargoHash = "sha256-O8fFeg1TkKCg+QbTnNjsH52xln4+ophh/BW/b4zQs9o=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-session/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-session";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-settings-daemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-settings-daemon";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-settings/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-settings";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-settings";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-CIY7SAS6WCn41mM+MpKaCm08cfnVIqFl+/t5u5717Lw=";
hash = "sha256-Z+MJMHcyqUnSKSUeYH5PyFFkzUQ33bkFoAd3m/TckrQ=";
};

cargoHash = "sha256-Su+yAQLr3Us8YNU8z83XO1UDjjOY3SCGnkmwGaIGFho=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-store";
version = "1.0.0-beta.7";
version = "1.0.0-beta.8";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-store";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-6Qn9+kwuiArxTHpN410gy+7bKXBwv87OPPDMatAYr38=";
hash = "sha256-rrM0ibnapXv+IYDPqw/dXQJ44cDWPNlz7rREVQw5J1o=";
};

cargoHash = "sha256-nJLowAuWvj5JfmPyExQyfCJ9pqNJ0OdzPPku9z7RDWc=";
Expand Down
Loading
Loading