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 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "feather"; 26 - version = "2.7.0"; 27 28 src = fetchFromGitHub { 29 owner = "feather-wallet"; 30 repo = "feather"; 31 rev = finalAttrs.version; 32 - hash = "sha256-CwydKX8cCtmrUSLUHNCDOteVmkjzj0zMHgwUyrWrWm8="; 33 fetchSubmodules = true; 34 }; 35
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "feather"; 26 + version = "2.8.0"; 27 28 src = fetchFromGitHub { 29 owner = "feather-wallet"; 30 repo = "feather"; 31 rev = finalAttrs.version; 32 + hash = "sha256-c7qa6MmENCEjZz8b/xyCcCO2+iI5dI8hJynBW3haSWE="; 33 fetchSubmodules = true; 34 }; 35