Merge pull request #296090 from r-ryantm/auto-update/feather

feather: 2.6.4 -> 2.6.5
This commit is contained in:
Weijia Wang 2024-03-24 23:03:33 +01:00 committed by GitHub
commit aca914350f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};