mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 a new issue