feather: 2.5.2 -> 2.6.1

This commit is contained in:
nat 2023-12-17 20:29:20 +01:00
parent 96937447e7
commit 0fa9ae6b54
No known key found for this signature in database

@ -1,4 +1,5 @@
{ boost
{ bc-ur
, boost
, cmake
, fetchFromGitHub
, hidapi
@ -20,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.5.2";
version = "2.6.1";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-OSBG2W35GYlViwz5eXokpScrMTtPSaWAgEUNw2urm6w=";
hash = "sha256-szMNSqkocf/aVs1aF+TLV1qu0MDHTNDiO4V1j4ySBvQ=";
fetchSubmodules = true;
};
@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
bc-ur
boost
hidapi
libsodium