File tree Expand file tree Collapse file tree 25 files changed +81
-112
lines changed
xd/xdg-desktop-portal-cosmic Expand file tree Collapse file tree 25 files changed +81
-112
lines changed Original file line number Diff line number Diff line change 2020
2121rustPlatform . buildRustPackage ( finalAttrs : {
2222 pname = "cosmic-applets" ;
23- version = "1.0.0-beta.9 " ;
23+ version = "1.0.0" ;
2424
2525 # nixpkgs-update: no auto update
2626 src = fetchFromGitHub {
2727 owner = "pop-os" ;
2828 repo = "cosmic-applets" ;
2929 tag = "epoch-${ finalAttrs . version } " ;
30- hash = "sha256-HZi9pT9s7h/TJtWK28vlCvhiuQqmxZa0HmSsnBa8F80 =" ;
30+ hash = "sha256-KWeLJDyJ4cIErvxgsytTShUtvIJylX5fIOhhxIbDzjU =" ;
3131 } ;
3232
33- cargoHash = "sha256-8Zq8l4gRI9FuGFy6Gi5doFNvOT7nOy8qCE9pmbcCELQ =" ;
33+ cargoHash = "sha256-1UWLjxiGAeJiAYHGJ/qzPKLIwkde818CuOhVrXCUwdI =" ;
3434
3535 nativeBuildInputs = [
3636 just
@@ -77,10 +77,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
7777 cosmic-autologin-noxwayland
7878 ;
7979 } ;
80+
8081 updateScript = nix-update-script {
8182 extraArgs = [
82- "--version"
83- "unstable"
8483 "--version-regex"
8584 "epoch-(.*)"
8685 ] ;
Original file line number Diff line number Diff line change 1111
1212rustPlatform . buildRustPackage ( finalAttrs : {
1313 pname = "cosmic-applibrary" ;
14- version = "1.0.0-beta.9 " ;
14+ version = "1.0.0" ;
1515
1616 # nixpkgs-update: no auto update
1717 src = fetchFromGitHub {
1818 owner = "pop-os" ;
1919 repo = "cosmic-applibrary" ;
2020 tag = "epoch-${ finalAttrs . version } " ;
21- hash = "sha256-u2DuATdE5qdOvSISizIQsZWnSKTgya9c42xehTwxl8Q =" ;
21+ hash = "sha256-A3OWgTgNeuNqMN4WBVJcAXogL9jHABDRIsN0QjgcPDY =" ;
2222 } ;
2323
24- cargoHash = "sha256-s+Q8hj8/dqwGpCq87BWTtk/PmAg55cMI/KLL96SaqUo =" ;
24+ cargoHash = "sha256-M3zyBsNFUQ5dwzJRlaC8m6o5U4teIgwl6jTDYSqW8qw =" ;
2525
2626 nativeBuildInputs = [
2727 just
@@ -49,10 +49,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
4949 cosmic-autologin-noxwayland
5050 ;
5151 } ;
52+
5253 updateScript = nix-update-script {
5354 extraArgs = [
54- "--version"
55- "unstable"
5655 "--version-regex"
5756 "epoch-(.*)"
5857 ] ;
Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage ( finalAttrs : {
1515 pname = "cosmic-bg" ;
16- version = "1.0.0-beta.9 " ;
16+ version = "1.0.0" ;
1717
1818 # nixpkgs-update: no auto update
1919 src = fetchFromGitHub {
2020 owner = "pop-os" ;
2121 repo = "cosmic-bg" ;
2222 tag = "epoch-${ finalAttrs . version } " ;
23- hash = "sha256-xChEpJFxilcJW07VgGiy8LNjDdjxbpBtYLEemrxp/2g =" ;
23+ hash = "sha256-q6vMD3pvivyBP5zTFrNXe/kzOXpjQoRlNlxSGdHgC0U =" ;
2424 } ;
2525
2626 postPatch = ''
@@ -58,10 +58,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
5858 cosmic-autologin-noxwayland
5959 ;
6060 } ;
61+
6162 updateScript = nix-update-script {
6263 extraArgs = [
63- "--version"
64- "unstable"
6564 "--version-regex"
6665 "epoch-(.*)"
6766 ] ;
Original file line number Diff line number Diff line change 2020
2121rustPlatform . buildRustPackage ( finalAttrs : {
2222 pname = "cosmic-comp" ;
23- version = "1.0.0-beta.9 " ;
23+ version = "1.0.0" ;
2424
2525 # nixpkgs-update: no auto update
2626 src = fetchFromGitHub {
2727 owner = "pop-os" ;
2828 repo = "cosmic-comp" ;
2929 tag = "epoch-${ finalAttrs . version } " ;
30- hash = "sha256-ozymo6ucBEv4vEADIHyn/G+p5V8SMgsyW/TcEi3Dhxg =" ;
30+ hash = "sha256-C1AtkdtefSvDp/7p0zLA0DB90tKRbOS4gq3ax18iJsY =" ;
3131 } ;
3232
33- cargoHash = "sha256-qlfCCHqjKX72hVj5Bgh1wKT7pMsy5vG1VEIqJk4prR8 =" ;
33+ cargoHash = "sha256-Y/niUFbIJTVOe2VlYxpzsPM6ioeaHWEIaQM9Wb3hTZ0 =" ;
3434
3535 separateDebugInfo = true ;
3636
@@ -68,10 +68,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
6868 cosmic-autologin-noxwayland
6969 ;
7070 } ;
71+
7172 updateScript = nix-update-script {
7273 extraArgs = [
73- "--version"
74- "unstable"
7574 "--version-regex"
7675 "epoch-(.*)"
7776 ] ;
Original file line number Diff line number Diff line change 1616
1717rustPlatform . buildRustPackage ( finalAttrs : {
1818 pname = "cosmic-edit" ;
19- version = "1.0.0-beta.9 " ;
19+ version = "1.0.0" ;
2020
2121 # nixpkgs-update: no auto update
2222 src = fetchFromGitHub {
2323 owner = "pop-os" ;
2424 repo = "cosmic-edit" ;
2525 tag = "epoch-${ finalAttrs . version } " ;
26- hash = "sha256-lqM2MYuGXUh0gTosjbJbusP5daHhs7tsnDTmYzh1Vbo =" ;
26+ hash = "sha256-plXXCFvqfpRV+l32/nG6ay7oioS6/iEXHs+J1rHyXDc =" ;
2727 } ;
2828
29- cargoHash = "sha256-6b6m6mZTa3Li74JCm6czR0VBc7H5IRTPr7yic3V1FL4 =" ;
29+ cargoHash = "sha256-ydI/DTbGlgwc9l/XsW1SbTOfSyTdcjM0i0jXLua4+f8 =" ;
3030
3131 postPatch = ''
3232 substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
@@ -69,8 +69,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
6969
7070 updateScript = nix-update-script {
7171 extraArgs = [
72- "--version"
73- "unstable"
7472 "--version-regex"
7573 "epoch-(.*)"
7674 ] ;
Original file line number Diff line number Diff line change 1212
1313rustPlatform . buildRustPackage ( finalAttrs : {
1414 pname = "cosmic-files" ;
15- version = "1.0.0-beta.9 " ;
15+ version = "1.0.0" ;
1616
1717 # nixpkgs-update: no auto update
1818 src = fetchFromGitHub {
1919 owner = "pop-os" ;
2020 repo = "cosmic-files" ;
2121 tag = "epoch-${ finalAttrs . version } " ;
22- hash = "sha256-rjGhT8ZFLpVEGz5g9Hy3E8eYigxUXF1ZHLXUhHdIyHE =" ;
22+ hash = "sha256-LZ2vO9e5h/jnFa3iAoXSBvp+fe4SBogEUYbuQWir9nM =" ;
2323 } ;
2424
25- cargoHash = "sha256-WPBK7/7l+Z69AFrqnDL6XszUcBHuZdKsNZ31HS+Ol4o =" ;
25+ cargoHash = "sha256-Dz8jKqfm/VgvCmEpNXice+M7mwd5Q2XyCl5vl7p6nWI =" ;
2626
2727 nativeBuildInputs = [
2828 just
@@ -83,10 +83,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
8383 cosmic-autologin-noxwayland
8484 ;
8585 } ;
86+
8687 updateScript = nix-update-script {
8788 extraArgs = [
88- "--version"
89- "unstable"
9089 "--version-regex"
9190 "epoch-(.*)"
9291 ] ;
Original file line number Diff line number Diff line change 1919
2020rustPlatform . buildRustPackage ( finalAttrs : {
2121 pname = "cosmic-greeter" ;
22- version = "1.0.0-beta.9 " ;
22+ version = "1.0.0" ;
2323
2424 # nixpkgs-update: no auto update
2525 src = fetchFromGitHub {
2626 owner = "pop-os" ;
2727 repo = "cosmic-greeter" ;
2828 tag = "epoch-${ finalAttrs . version } " ;
29- hash = "sha256-ldB9t+WMN/K5Xk6wO4lZ6+VJIDNI2iAl9240iRsvNCg =" ;
29+ hash = "sha256-HP2Dl/vEX4K3XaXtjOpN1EW6uE4RuLm2+RMLB3QvOXQ =" ;
3030 } ;
3131
3232 cargoHash = "sha256-4yRBgFrH4RBpuvChTED+ynx+PyFumoT2Z+R1gXxF4Xc=" ;
3333
3434 env = {
35- VERGEN_GIT_COMMIT_DATE = "2025-11-24 " ;
35+ VERGEN_GIT_COMMIT_DATE = "2025-12-05 " ;
3636 VERGEN_GIT_SHA = finalAttrs . src . tag ;
3737 } ;
3838
@@ -87,10 +87,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
8787 cosmic-autologin-noxwayland
8888 ;
8989 } ;
90+
9091 updateScript = nix-update-script {
9192 extraArgs = [
92- "--version"
93- "unstable"
9493 "--version-regex"
9594 "epoch-(.*)"
9695 ] ;
Original file line number Diff line number Diff line change 99} :
1010stdenvNoCC . mkDerivation ( finalAttrs : {
1111 pname = "cosmic-icons" ;
12- version = "1.0.0-beta.9 " ;
12+ version = "1.0.0" ;
1313
1414 # nixpkgs-update: no auto update
1515 src = fetchFromGitHub {
1616 owner = "pop-os" ;
1717 repo = "cosmic-icons" ;
1818 tag = "epoch-${ finalAttrs . version } " ;
19- hash = "sha256-jxt0x0Ctk0PaaFQjf8p9y1yEgWkuEi7bR2VtybwlQAs =" ;
19+ hash = "sha256-lbj64wH180UGO3jYW9HhuHIwy/tU2Ka86wXz+Wjde8g =" ;
2020 } ;
2121
2222 nativeBuildInputs = [ just ] ;
@@ -36,8 +36,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
3636
3737 passthru . updateScript = nix-update-script {
3838 extraArgs = [
39- "--version"
40- "unstable"
4139 "--version-regex"
4240 "epoch-(.*)"
4341 ] ;
Original file line number Diff line number Diff line change 1616
1717rustPlatform . buildRustPackage ( finalAttrs : {
1818 pname = "cosmic-idle" ;
19- version = "1.0.0-beta.9 " ;
19+ version = "1.0.0" ;
2020
2121 # nixpkgs-update: no auto update
2222 src = fetchFromGitHub {
@@ -58,10 +58,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
5858 cosmic-autologin-noxwayland
5959 ;
6060 } ;
61+
6162 updateScript = nix-update-script {
6263 extraArgs = [
63- "--version"
64- "unstable"
6564 "--version-regex"
6665 "epoch-(.*)"
6766 ] ;
Original file line number Diff line number Diff line change 1414} :
1515rustPlatform . buildRustPackage ( finalAttrs : {
1616 pname = "cosmic-initial-setup" ;
17- version = "1.0.0-beta.9 " ;
17+ version = "1.0.0" ;
1818
1919 # nixpkgs-update: no auto update
2020 src = fetchFromGitHub {
2121 owner = "pop-os" ;
2222 repo = "cosmic-initial-setup" ;
2323 tag = "epoch-${ finalAttrs . version } " ;
24- hash = "sha256-eK+1nEpCgWOdhA0Kdg/RwgAON0dMjZujWxqd5CdSqNk =" ;
24+ hash = "sha256-0PS/VeXRfaxsOC6fyjlyojxWmAnxWgaZsR5NMCAWUQM =" ;
2525 } ;
2626
27- cargoHash = "sha256-jOPJiKPE3UUD/QHmb+6s6l2RVhtUFls3QRGQ6DmEFSE =" ;
27+ cargoHash = "sha256-fLLpxs3smfBz90MRNlUGzKzmTX/i01jh85b8wqyr9Tg =" ;
2828
2929 buildFeatures = [ "nixos" ] ;
3030
@@ -86,8 +86,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
8686
8787 updateScript = nix-update-script {
8888 extraArgs = [
89- "--version"
90- "unstable"
9189 "--version-regex"
9290 "epoch-(.*)"
9391 ] ;
You can’t perform that action at this time.
0 commit comments