feather: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm 2024-03-15 07:01:44 +00:00
parent 2bcf18c64c
commit 9ebd1b4bd9
1 changed files with 2 additions and 2 deletions

View File

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