cockatrice: add unstable version prefix

This commit is contained in:
Jörg Thalheim 2017-03-01 09:27:51 +01:00 committed by Robin Gloster
parent b67ce6baf9
commit fb81abdc7d

View file

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