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

feather: 2.6.1 -> 2.6.2
This commit is contained in:
Weijia Wang 2024-01-05 15:49:59 +01:00 committed by GitHub
commit 8678593e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-szMNSqkocf/aVs1aF+TLV1qu0MDHTNDiO4V1j4ySBvQ=";
hash = "sha256-23rG+12pAw33rm+jDu9pp8TsumNYh+UbnbeEKs4yB+M=";
fetchSubmodules = true;
};