diff options
author | msglm <msglm@techchud.xyz> | 2024-07-05 13:46:58 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-07-05 13:46:58 -0500 |
commit | f63b4d3bd0fec261ec26064e4b4de2d070eeea0d (patch) | |
tree | 74dd173a17bfabe67c399fb833b7360a596f14eb /vesktop.scm | |
parent | 0b73e34e18cd74025afa920f378706f5e063556a (diff) | |
download | guix-msglm-f63b4d3bd0fec261ec26064e4b4de2d070eeea0d.tar.gz guix-msglm-f63b4d3bd0fec261ec26064e4b4de2d070eeea0d.tar.bz2 guix-msglm-f63b4d3bd0fec261ec26064e4b4de2d070eeea0d.zip |
update vesktop
Diffstat (limited to 'vesktop.scm')
-rw-r--r-- | vesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vesktop.scm b/vesktop.scm index 070f4ae..a1a8da9 100644 --- a/vesktop.scm +++ b/vesktop.scm @@ -113,7 +113,7 @@ (define-public vesktop (package (name "vesktop-bin") - (version "1.5.2") + (version "1.5.3") (source (origin (method url-fetch) @@ -121,7 +121,7 @@ (string-append "https://github.com/Vencord/Vesktop/releases/download/v" version "/vesktop_" version "_amd64.deb")) (sha256 - (base32 "01di0vdzb1svdw7mchicg3i7if0is6jdhrsbbs5icp9hdhbdq8qa")))) + (base32 "0zjbwhmd270qczj19yy3gfb250zxxa1al8zn4bwl73ij9bkhjwfc")))) (supported-systems '("x86_64-linux")) (build-system (use-modern-gcc-on-chromium-binary chromium-binary-build-system)) (arguments |