Commit e92837b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

feather: 2.7.0 -> 2.8.0

parent c68937a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "feather";
  version = "2.7.0";
  version = "2.8.0";

  src = fetchFromGitHub {
    owner = "feather-wallet";
    repo = "feather";
    rev = finalAttrs.version;
    hash = "sha256-CwydKX8cCtmrUSLUHNCDOteVmkjzj0zMHgwUyrWrWm8=";
    hash = "sha256-c7qa6MmENCEjZz8b/xyCcCO2+iI5dI8hJynBW3haSWE=";
    fetchSubmodules = true;
  };