hivemind: rename unstable package
This commit is contained in:
parent
b306e672a1
commit
42d7fa2c71
@ -5,7 +5,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hivemind" + (toString (optional (!withGui) "d")) + "-" + version;
|
name = "hivemind" + (toString (optional (!withGui) "d")) + "-" + version;
|
||||||
version = "git-2017-04-13";
|
version = "unstable";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitcoin-hivemind";
|
owner = "bitcoin-hivemind";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user