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
658f087
cosmic-applets: 1.0.10 -> 1.0.12
salva09 May 7, 2026
41b4f13
cosmic-applibrary: 1.0.10 -> 1.0.12
salva09 May 7, 2026
c46dd19
cosmic-bg: 1.0.10 -> 1.0.12
salva09 May 7, 2026
d9e8b47
cosmic-comp: 1.0.10 -> 1.0.12
salva09 May 7, 2026
cf77a8f
cosmic-edit: 1.0.10 -> 1.0.12
salva09 May 7, 2026
f6f80f8
cosmic-files: 1.0.10 -> 1.0.12
salva09 May 7, 2026
b816d89
cosmic-greeter: 1.0.10 -> 1.0.12
salva09 May 7, 2026
63c4b4d
cosmic-icons: 1.0.10 -> 1.0.12
salva09 May 7, 2026
d593c60
cosmic-idle: 1.0.10 -> 1.0.12
salva09 May 7, 2026
0faf387
cosmic-initial-setup: 1.0.10 -> 1.0.12
salva09 May 7, 2026
75a07d0
cosmic-launcher: 1.0.10 -> 1.0.12
salva09 May 7, 2026
4169651
cosmic-notifications: 1.0.10 -> 1.0.12
salva09 May 7, 2026
5ab208d
cosmic-osd: 1.0.10 -> 1.0.12
salva09 May 7, 2026
a06f5dc
cosmic-panel: 1.0.10 -> 1.0.12
salva09 May 7, 2026
78429de
cosmic-player: 1.0.10 -> 1.0.12
salva09 May 7, 2026
325922b
cosmic-randr: 1.0.10 -> 1.0.12
salva09 May 7, 2026
8f5b5ee
cosmic-screenshot: 1.0.10 -> 1.0.12
salva09 May 7, 2026
a2403d2
cosmic-session: 1.0.10 -> 1.0.12
salva09 May 7, 2026
b329a1f
cosmic-settings: 1.0.10 -> 1.0.12
salva09 May 7, 2026
0b6cea6
cosmic-settings-daemon: 1.0.10 -> 1.0.12
salva09 May 7, 2026
d3e4b61
cosmic-store: 1.0.10 -> 1.0.12
salva09 May 7, 2026
1dddbc4
cosmic-term: 1.0.10 -> 1.0.12
salva09 May 7, 2026
ea688ea
cosmic-wallpapers: 1.0.10 -> 1.0.12
salva09 May 7, 2026
ca3fdc2
cosmic-workspaces-epoch: 1.0.10 -> 1.0.12
salva09 May 7, 2026
9787156
xdg-desktop-portal-cosmic: 1.0.10 -> 1.0.12
salva09 May 7, 2026
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
6 changes: 3 additions & 3 deletions pkgs/by-name/co/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applets";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applets";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-+E7d8I9xKaTzJzVlJhPb23ak8M9wgjnB6rwYFdpnjcs=";
hash = "sha256-8/9Cj30bAxxtMhqFgWvYJiuApDNgclPPTYh7aNR6OAs=";
};

cargoHash = "sha256-uxz6kMuxhDTehHxDcA43iO+zVHBofbtO6HZoWEf3E30=";
cargoHash = "sha256-gA+dpodk6u8dv9VaKNi/xzI8ys39iztQdia+eGkzXs4=";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-applibrary";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-applibrary";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-+ewcDeRskge8mgGo7b9rf0i0vg+mdR3iwK/LF38UTvM=";
hash = "sha256-deE9xXvRSZWSEdKPJr1HuA/gVs0a22lAVRmUnhwpDJM=";
};

cargoHash = "sha256-Cd4tNG+qXYwCUKIXnE5+LzaCBmRJnDWrI1uGwFiFhWA=";
cargoHash = "sha256-uR0wm2+zmcec3esfYwgq4pRqSHkZnd3O8XhgnANf/1Q=";

nativeBuildInputs = [
just
Expand Down
6 changes: 3 additions & 3 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.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-bg";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-f8XVAxxP+RdsVaVKqicZBkZiGXPCMfpP6Z4sBDeoYyo=";
hash = "sha256-E4OWxoGyRNFcMl7ni7PB6PE0Yl7dE+Wd4JGDMHO94Yw=";
};

postPatch = ''
Expand All @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"${cosmic-wallpapers}/share/backgrounds/cosmic/orion_nebula_nasa_heic0601a.jpg"
'';

cargoHash = "sha256-ahz/isgQpt48lWQM4V7Y4NwUlyX8+tW9LHNxZJe3SD4=";
cargoHash = "sha256-xXq8Dckg3YOf2AT9uOZqVfq00FhZp/X5UU8hLmAln1U=";

nativeBuildInputs = [
just
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.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-comp";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-eFUvLBk+EkemDWJk7A0bd3R0fip31u2zqjmKKVim8Y0=";
hash = "sha256-C0s0u7g2LlLccaHsZLHvFs4JAPzQboEcqtwe0x8SVO4=";
};

cargoHash = "sha256-80xojIrLd8Foxu9Qbf/cCImP4T4I7otA1iJbr7/lEb8=";
cargoHash = "sha256-G2/nVy9I4iGZiG3+uVMnnqj82Wg2s5/SmNyQERqDhXY=";

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.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-edit";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-L4OtNqcvXMjQZtt26H+NIh6bzgDoFlyZuViXoG9RdaI=";
hash = "sha256-ucDMl2qX7NApWxrfn4vk5eWrlESZNLBZCsR/tK0zwkI=";
};

cargoHash = "sha256-Qs+THwbp6TNcSzO33Y0j/o8WP9E5ti0HCxknOo7h1H0=";
cargoHash = "sha256-iWZRxn0puWwAibjbj/jdk4t6qgETEUJUv612RZSavMw=";

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.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-files";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-cPnsnn9VLyTFA9htsovboDygt7NEAr9XdrJsP45bE08=";
hash = "sha256-q9dNpSjwvqWTGaWg9VA4zJXQo8+YiYJ4qo/Ev4Nk4IY=";
};

cargoHash = "sha256-DB5u0MSdrxYIGcndbyUUeNPuXXN0OScd519XBxB1lLg=";
cargoHash = "sha256-tMSqyl75XK2rgqRtgHAPtr+KFotx61HGqzv0iqzakS8=";

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,17 +19,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-greeter";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-greeter";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-59t0jKXspmhwnTYPa96tNkYrOuCFZ80g/VJsyrZ0s10=";
hash = "sha256-mfgIVi/o5O715IX7Wt8QHfxzBX6ye+wztWU/GHaj9C0=";
};

cargoHash = "sha256-MZmbwmc1DPCZ9g4OM9gy0IuXgy/zxreujEYY3Ji5Ad8=";
cargoHash = "sha256-jhugV3eF7g6WU5ez3LzqKc/wP952Zpi8Hplg9SZflns=";

env.VERGEN_GIT_SHA = finalAttrs.src.tag;

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cosmic-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cosmic-icons";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-icons";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-h6vnOL3T4o2VDoQ5vLGg3s6nMYcPKysI5RxbjnbnCFI=";
hash = "sha256-3owl4M4vRyzjR4v74clyAxpNDu77rieSpYAVYfADHzY=";
};

nativeBuildInputs = [ just ];
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.10";
version = "1.0.12";

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

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-initial-setup";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-wq0uqS0gNM4w6E+1pTPU6C8Mx4j8/MNp+0Oiw1kbwck=";
hash = "sha256-GyLh7vucn62SpxolYNjJodkb41BT1CDZdEa/TasJXYM=";
};

cargoHash = "sha256-Kj+eaTMHMQQHN0X3prIuZm1wvfnaV7BUlUKem6JLtc8=";
cargoHash = "sha256-DESnl5NjakU4++Ep6CHxDZzHn+o0Gi0eREpXk5BN5iY=";

buildFeatures = [ "nixos" ];

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-launcher";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-launcher";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-g2j0rh/gNe30DXSjPaGE8HH2aQ0tOW0wimSUt5D08yo=";
hash = "sha256-pyfRGiVyXJPLoLdaeo7/TaW6+jm43SoPKk04NJLfLvc=";
};

cargoHash = "sha256-KsiW+/WYKCfoUJB++ov0FGcmZhew2NjvzkBlcH/Vubw=";
cargoHash = "sha256-wZgxlq9MVCeESH093MaQybVMyq50L7aYwj//2r/B0QM=";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-notifications";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-notifications";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-/q+OIkKxqsLK2b9jjwDyVEkdNy0Xav3t4DicD3GeQD8=";
hash = "sha256-84e+idGKYDBerS84Cl9jPc/Z9RzuVvND7nHzmApsrgA=";
};

cargoHash = "sha256-+yNXOKZYWoR3yK1ulNRStJZbNTEDsKErL1N1wNiYsOM=";
cargoHash = "sha256-EIwYabYWSHTMnNFcammidn3bI4fc6JFdcVkGj7RmWqA=";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-osd";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-osd";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-TniUR2CwqHkouQ1OPYi8z3jxDiXJoWYqUjheKtmggD8=";
hash = "sha256-XpjU0Pad/xUK1vnpq4qT4UmfkBH8yuiOaC4EZWiphkE=";
};

cargoHash = "sha256-Q6nsaYlAZwSoANsrrdaIrNdnzaJiBRMUzZdbtHLupio=";
cargoHash = "sha256-1YRWWI2qhCI0GrxBAAkGT/AbtkTHgdbYsG8obriZ+zg=";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-panel";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-panel";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-QbdLYJMe1jxBb5c2LsQXwfURNldkR+WAYq+7fpoXJJU=";
hash = "sha256-1yry1cA/friBzyE6LH3G6rd8ZzBPt5aTGWVzATO839Y=";
};

cargoHash = "sha256-vXmLoyHtHvzy47CZvtCEeyyZrYCc+RciE54OKwqJiBw=";
cargoHash = "sha256-vU++jreNHCRjxyyoj53LB2Sa7cdVUWGAvECcqoDofF8=";

nativeBuildInputs = [
just
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.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-player";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-VmOTEpnDic2PMEhmFNDXz7CHw3MdInZXZlp237BU+jY=";
hash = "sha256-74iYH1jW5Tau9enem0SeLLTnWhaa/+ow1m3hvGfOt9c=";
};

cargoHash = "sha256-FyvBjJEwluKFZtFYByd4aeMhtLHKjnoAa+qIaOUS0vE=";
cargoHash = "sha256-YPxbOSz/E3hoMT4dutk60jWJMpJHqOWpCSA91b+mHaE=";

nativeBuildInputs = [
just
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-randr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-randr";
version = "1.0.10";
version = "1.0.12";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-screenshot";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-screenshot";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-w7UySGvCibxDEyu/LBckvHDruOH3v1IVoKezgvt0zak=";
hash = "sha256-vWLjMAyR2vgOGfIYZQFYPWGHx+T1ZrWAztm60qdHgBk=";
};

cargoHash = "sha256-O8fFeg1TkKCg+QbTnNjsH52xln4+ophh/BW/b4zQs9o=";
cargoHash = "sha256-q0RJST1yeqPBjU5MseNZIrZw+brfDtQLKiw7wyViflE=";

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

rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-session";
version = "1.0.10";
version = "1.0.12";

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-session";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-t7BUBJ9MjTSd2rSkKtiYkltbfcpOcXl2smXxV84l3GY=";
hash = "sha256-ugVj4SIO77Fw9ET4zIyK3OJaRFH3ujbQBJ57Vc+f2Ao=";
};

cargoHash = "sha256-wFh9AYQRZB9qK0vCrhW9Zk61Yg+VY3VPAqJRD47NbK4=";
cargoHash = "sha256-5dLG40X+yxJo566guyHqOCLNp+uNSE+HONS8GIDm58A=";

postPatch = ''
substituteInPlace data/start-cosmic \
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.10";
version = "1.0.12";

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

# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-settings";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-/gFJvV5v4T30mkA8ppSc/kevwwR1RgIXWMGI+HmxK+U=";
hash = "sha256-NRaavbpNUh4sSHwW0seSpJFBbH06nmKiofoJ4cmQFcY=";
};

cargoHash = "sha256-Nxc9VYtyG1avv1a32IZjsNQIQo5WmRJzjMEcf20B06s=";
cargoHash = "sha256-O6d47H+vcSn9G6EIMpSshfL+cBJWZMYXHHKsu2n/huk=";

nativeBuildInputs = [
cmake
Expand Down
Loading
Loading