feather: 2.6.8 -> 2.7.0

This commit is contained in:
R. Ryantm 2024-10-14 10:34:21 +00:00
parent 7e823e977e
commit 8ec0f2d79b

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.6.8";
version = "2.7.0";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-l1kyNpUIqezMfInhrKgnTnArqeSjvhBwdqVi0aUlKF8=";
hash = "sha256-CwydKX8cCtmrUSLUHNCDOteVmkjzj0zMHgwUyrWrWm8=";
fetchSubmodules = true;
};