diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-04-27 18:09:27 +0200 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-06-13 00:04:50 +0200 |
commit | 90a427a73c412bcf8ba4ce8189ce98b00e48eeda (patch) | |
tree | 60faa56f58f8800916338a7a31dc6e9222f1574e | |
parent | ca94eb40aee8646057284488d950b08d38498229 (diff) |
battering: feather: Update to 2.8.1.
* battering/packages/cryptocurrency.scm (feather): Update to 2.8.1.
[inputs]: Add qtwayland.
-rw-r--r-- | battering/packages/cryptocurrency.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/battering/packages/cryptocurrency.scm b/battering/packages/cryptocurrency.scm index ab90d21..ea8d413 100644 --- a/battering/packages/cryptocurrency.scm +++ b/battering/packages/cryptocurrency.scm @@ -13,6 +13,7 @@ #:use-module (gnu packages crypto) #:use-module (gnu packages dns) #:use-module (gnu packages documentation) + #:use-module (gnu packages freedesktop) #:use-module (gnu packages graphviz) #:use-module (gnu packages libusb) #:use-module (gnu packages pkg-config) @@ -54,14 +55,14 @@ (define-public feather (package (name "feather") - (version "2.7.0") + (version "2.8.1") (source (origin (method url-fetch) (uri (string-append "https://featherwallet.org/files/releases/source/feather-" version ".tar.gz")) (sha256 - (base32 "1ia35czdvw3h5l9aby5kkddld6zb4m0lvlvap6mpds50qzgi4219")))) + (base32 "07i9qkl1rrsmz4c5rdrjn1lsdkd813faxrln7kk8vg1s2b2wpf0x")))) (build-system cmake-build-system) (native-inputs (list pkg-config python @@ -82,8 +83,10 @@ libxkbcommon vulkan-headers qtsvg + qtwayland qtwebsockets qtmultimedia + wayland libsodium)) (arguments (list #:tests? #f #:configure-flags |