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

feather: 2.8.0 -> 2.8.1 (#398568)



Co-authored-by: default avatarsurfaceflinger <nat@nekopon.pl>
parents 1a0191b4 562e0935
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.8.0";
  version = "2.8.1";

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