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

View File

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