feather: 2.6.5 -> 2.6.7
This commit is contained in:
parent
a7931adab8
commit
bca004aabd
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "feather";
|
pname = "feather";
|
||||||
version = "2.6.5";
|
version = "2.6.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "feather-wallet";
|
owner = "feather-wallet";
|
||||||
repo = "feather";
|
repo = "feather";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-HvjcjiVXTK9mZOvh91iCMf/cZ9BMlPxXjgFKYWolJ74=";
|
hash = "sha256-zXNpNhBOtDvuuxzZ8o2XDLqNSi/XK4I6eYAfWuiCgRI=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue