feather: 2.6.3 -> 2.6.4

This commit is contained in:
R. Ryantm 2024-03-11 01:30:36 +00:00
parent 3668a9ff62
commit 271b23cc2c

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.6.3";
version = "2.6.4";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-pQnaJbKznK1i8wn7t8ZnxLVu1LV/D47krxZZ0j6Mw6g=";
hash = "sha256-NFFIpHyie8jABfmiJP38VbPFjZgaNc+i5JcpbRr+mBU=";
fetchSubmodules = true;
};