Unverified Commit a44964a3 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

feather: 2.6.7 -> 2.6.8 (#338808)

parents 012d730a 436aff26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "feather";
  version = "2.6.7";
  version = "2.6.8";

  src = fetchFromGitHub {
    owner = "feather-wallet";
    repo = "feather";
    rev = finalAttrs.version;
    hash = "sha256-zXNpNhBOtDvuuxzZ8o2XDLqNSi/XK4I6eYAfWuiCgRI=";
    hash = "sha256-l1kyNpUIqezMfInhrKgnTnArqeSjvhBwdqVi0aUlKF8=";
    fetchSubmodules = true;
  };