mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hivemind: rename unstable package
This commit is contained in:
parent
b306e672a1
commit
42d7fa2c71
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hivemind" + (toString (optional (!withGui) "d")) + "-" + version;
|
||||
version = "git-2017-04-13";
|
||||
version = "unstable";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bitcoin-hivemind";
|
||||
|
|
Loading…
Reference in a new issue