diff options
| -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 | 
