feather: 2.7.0 -> 2.8.0 (#394758)

Co-authored-by: surfaceflinger <nat@nekopon.pl>

authored by nixpkgs-merge-bot[bot] surfaceflinger and committed by GitHub 9772f8f4 8c0bef0d

+2 -2
+2 -2
pkgs/by-name/fe/feather/package.nix
··· 23 23 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "feather"; 26 - version = "2.7.0"; 26 + version = "2.8.0"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "feather-wallet"; 30 30 repo = "feather"; 31 31 rev = finalAttrs.version; 32 - hash = "sha256-CwydKX8cCtmrUSLUHNCDOteVmkjzj0zMHgwUyrWrWm8="; 32 + hash = "sha256-c7qa6MmENCEjZz8b/xyCcCO2+iI5dI8hJynBW3haSWE="; 33 33 fetchSubmodules = true; 34 34 }; 35 35