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

View file

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