diff options
author | msglm <msglm@techchud.xyz> | 2023-10-06 06:49:52 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-10-06 06:49:52 -0500 |
commit | fecb7361b84f3ecafdff48c3c59bced56ea71d3b (patch) | |
tree | 416757cf7124dcaeecc8fec7719847d35e0a820e /session-desktop.scm | |
parent | 80bba8acdaf13f061c4d3a14953f0180cf851673 (diff) | |
download | guix-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.scm | 3 |
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")) |