summaryrefslogtreecommitdiffstats
path: root/session-desktop.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-10-06 06:49:52 -0500
committermsglm <msglm@techchud.xyz>2023-10-06 06:49:52 -0500
commitfecb7361b84f3ecafdff48c3c59bced56ea71d3b (patch)
tree416757cf7124dcaeecc8fec7719847d35e0a820e /session-desktop.scm
parent80bba8acdaf13f061c4d3a14953f0180cf851673 (diff)
downloadguix-msglm-fecb7361b84f3ecafdff48c3c59bced56ea71d3b.tar.gz
guix-msglm-fecb7361b84f3ecafdff48c3c59bced56ea71d3b.tar.bz2
guix-msglm-fecb7361b84f3ecafdff48c3c59bced56ea71d3b.zip
use binaries from github for session-desktop
Diffstat (limited to 'session-desktop.scm')
-rw-r--r--session-desktop.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/session-desktop.scm b/session-desktop.scm
index 78e2c0b..e3220d5 100644
--- a/session-desktop.scm
+++ b/session-desktop.scm
@@ -35,8 +35,7 @@
(method url-fetch)
(uri
(string-append
- "https://updates.session.org/desktop/apt/pool/s/" name "/" name "_" version
- "_amd64.deb"))
+ "https://github.com/oxen-io/" name "/releases/download/v" version "/" name "-linux-amd64-" version ".deb"))
(sha256
(base32 "1yfagz54gvx0nw70pwfqasfiv6b806kjz0jdllrr701fvaf815a9"))))
(supported-systems '("x86_64-linux"))