Unverified Commit 593a1045 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #294893 from r-ryantm/auto-update/feather

feather: 2.6.3 -> 2.6.4
parents 343321fa 271b23cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };