summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2026-02-06 08:54:14 -0600
committertechchud <protrude_paying969@simplelogin.com>2026-02-06 08:54:14 -0600
commit09a5fa13458af141d0b48f4c05c02c78e9a24864 (patch)
tree63435028c07e0ca324ee3df89b757aeaa4d86dfb
parent1c8836e88c6f975163f903e20f47350e264ae1af (diff)
downloadguix-techchud-09a5fa13458af141d0b48f4c05c02c78e9a24864.tar.gz
guix-techchud-09a5fa13458af141d0b48f4c05c02c78e9a24864.tar.bz2
guix-techchud-09a5fa13458af141d0b48f4c05c02c78e9a24864.zip
update session-desktop
-rw-r--r--session-desktop.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/session-desktop.scm b/session-desktop.scm
index 7743121..e8c04a9 100644
--- a/session-desktop.scm
+++ b/session-desktop.scm
@@ -29,15 +29,15 @@
(define-public session-desktop
(package
(name "session-desktop")
- (version "1.12.3")
+ (version "1.17.8")
(source
(origin
(method url-fetch)
(uri
(string-append
- "https://github.com/oxen-io/" name "/releases/download/v" version "/" name "-linux-amd64-" version ".deb"))
+ "https://github.com/session-foundation/" name "/releases/download/v" version "/" name "-linux-amd64-" version ".deb"))
(sha256
- (base32 "1mmh59fick89vd2g5prpd09bv8ykr8x464lazlp9gxr542i804vw"))))
+ (base32 "05bp8ylf6zvhq556xzhn8988n4nz98ybdmvy75imxc4p2p86anxp"))))
(supported-systems '("x86_64-linux"))
(build-system chromium-binary-build-system)
(arguments
@@ -55,10 +55,10 @@
(rename-file "opt/" "lib")
;; Remove unneeded files.
(delete-file-recursively "usr")
- (delete-file "control.tar.gz")
- (delete-file "data.tar.xz")
- (delete-file "debian-binary")
- (delete-file "environment-variables")
+ ;(delete-file "control.tar.gz")
+ ;(delete-file "data.tar.xz")
+ ;(delete-file "debian-binary")
+ ;(delete-file "environment-variables")
;; Fix the .desktop file binary location.
(substitute* '("share/applications/session-desktop.desktop")
(("/opt/Session/")