Unverified Commit 9772f8f4 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

feather: 2.7.0 -> 2.8.0 (#394758)



Co-authored-by: default avatarsurfaceflinger <nat@nekopon.pl>
parents 8c0bef0d e92837b0
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;
  };