about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-11 12:38:55 +0100
committerGitHub <noreply@github.com>2024-03-11 12:38:55 +0100
commit593a10451a2cf60e9e2a08515a22ef1f214faaae (patch)
treeab87eeb9b3dcac1624f0b37be1e9545a0bcfe0a5 /pkgs
parent343321fa144f3218bda514c6f06cff909bfadc94 (diff)
parent271b23cc2ca1336e29bea638ffe7fb5417ffd3af (diff)
Merge pull request #294893 from r-ryantm/auto-update/feather
feather: 2.6.3 -> 2.6.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/fe/feather/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/fe/feather/package.nix b/pkgs/by-name/fe/feather/package.nix
index 67b0770d65c73..de680e74caf22 100644
--- a/pkgs/by-name/fe/feather/package.nix
+++ b/pkgs/by-name/fe/feather/package.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "feather";
-  version = "2.6.3";
+  version = "2.6.4";
 
   src = fetchFromGitHub {
     owner = "feather-wallet";
     repo = "feather";
     rev = finalAttrs.version;
-    hash = "sha256-pQnaJbKznK1i8wn7t8ZnxLVu1LV/D47krxZZ0j6Mw6g=";
+    hash = "sha256-NFFIpHyie8jABfmiJP38VbPFjZgaNc+i5JcpbRr+mBU=";
     fetchSubmodules = true;
   };