feather: 2.6.5 -> 2.6.7

This commit is contained in:
nat 2024-04-29 22:03:35 +02:00
parent a7931adab8
commit bca004aabd
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "feather";
version = "2.6.5";
version = "2.6.7";
src = fetchFromGitHub {
owner = "feather-wallet";
repo = "feather";
rev = finalAttrs.version;
hash = "sha256-HvjcjiVXTK9mZOvh91iCMf/cZ9BMlPxXjgFKYWolJ74=";
hash = "sha256-zXNpNhBOtDvuuxzZ8o2XDLqNSi/XK4I6eYAfWuiCgRI=";
fetchSubmodules = true;
};