diff options
| author | techchud <protrude_paying969@simplelogin.com> | 2025-10-29 05:28:32 -0500 | 
|---|---|---|
| committer | techchud <protrude_paying969@simplelogin.com> | 2025-10-29 05:28:32 -0500 | 
| commit | cc2baa67143227a11745b813d105537afe31e693 (patch) | |
| tree | ddb27b813311c9628a9972fb06db5d1fb8635850 | |
| parent | c69205288cdbb739df27ce821a5dbb44d24e0ff5 (diff) | |
| download | guix-techchud-master.tar.gz guix-techchud-master.tar.bz2 guix-techchud-master.zip | |
| -rw-r--r-- | vesktop.scm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/vesktop.scm b/vesktop.scm index 9c2b2d2..6435c48 100644 --- a/vesktop.scm +++ b/vesktop.scm @@ -53,8 +53,8 @@        ("source" , mesa) ;For some reason requires a "source" decleration, or else will fail. This is a placeholder value. TODO: Find a way to remove this without breakage.        ("alsa-lib" ,alsa-lib)        ("atk" ,atk) -      ("at-spi2-atk" ,at-spi2-atk)        ("at-spi2-core" ,at-spi2-core) +      ("at-spi2-atk" ,at-spi2-atk)        ("bash-minimal" ,bash-minimal)        ("cairo" ,cairo)        ("cups" ,cups) @@ -114,7 +114,7 @@  (define-public vesktop                 (package                   (name "vesktop-bin") -                 (version "1.6.0") +                 (version "1.6.1")                   (source                     (origin                       (method url-fetch) @@ -122,7 +122,7 @@                         (string-append                           "https://github.com/Vencord/Vesktop/releases/download/v" version "/vesktop_" version "_amd64.deb"))                       (sha256 -                       (base32 "0wrgxv70m0m23rz74hpaf93jj3yri1v8f7icczscd6p5w07pvw9s")))) +                       (base32 "0lk89ik6yspb3i8kycr7rliivjdsjj138g5aas7q633h9pjhxzny"))))                   (supported-systems '("x86_64-linux"))                   (build-system (use-modern-gcc-on-chromium-binary chromium-binary-build-system))                   (arguments | 
