cockatrice: add unstable version prefix

wip/yesman
Jörg Thalheim 7 years ago committed by Robin Gloster
parent b67ce6baf9
commit fb81abdc7d
  1. 2
      pkgs/games/cockatrice/default.nix

@ -2,7 +2,7 @@
}:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
name = "${pname}-unstable-${version}";
pname = "cockatrice";
version = "2017-01-20";

Loading…
Cancel
Save