cockatrice: add unstable version prefix
This commit is contained in:
parent
b67ce6baf9
commit
fb81abdc7d
@ -2,7 +2,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
name = "${pname}-unstable-${version}";
|
||||
pname = "cockatrice";
|
||||
version = "2017-01-20";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user