diff options
author | msglm <msglm@techchud.xyz> | 2024-05-20 20:17:40 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-05-20 20:17:40 -0500 |
commit | edf10cc94ae46d73a2baf9f6e560129da1e3c03f (patch) | |
tree | aca5d070e247950eb8839f303e9532914f457dff | |
parent | 103e3bf5556bfa17aaffee356205955f80f3eb45 (diff) | |
download | guix-msglm-edf10cc94ae46d73a2baf9f6e560129da1e3c03f.tar.gz guix-msglm-edf10cc94ae46d73a2baf9f6e560129da1e3c03f.tar.bz2 guix-msglm-edf10cc94ae46d73a2baf9f6e560129da1e3c03f.zip |
update session desktop
-rw-r--r-- | session-desktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/session-desktop.scm b/session-desktop.scm index e3220d5..7743121 100644 --- a/session-desktop.scm +++ b/session-desktop.scm @@ -29,7 +29,7 @@ (define-public session-desktop (package (name "session-desktop") - (version "1.11.4") + (version "1.12.3") (source (origin (method url-fetch) @@ -37,7 +37,7 @@ (string-append "https://github.com/oxen-io/" name "/releases/download/v" version "/" name "-linux-amd64-" version ".deb")) (sha256 - (base32 "1yfagz54gvx0nw70pwfqasfiv6b806kjz0jdllrr701fvaf815a9")))) + (base32 "1mmh59fick89vd2g5prpd09bv8ykr8x464lazlp9gxr542i804vw")))) (supported-systems '("x86_64-linux")) (build-system chromium-binary-build-system) (arguments |