kicad: put the full version string in name

This commit is contained in:
Bjørn Forsman 2017-09-09 13:03:09 +02:00
parent 40e5382109
commit dfbb710375

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, fetchbzr, cmake, mesa, wxGTK, zlib, libX11, gettext, glew, cairo, curl, openssl, boost, pkgconfig, doxygen }:
stdenv.mkDerivation rec {
name = "kicad-${series}";
name = "kicad-${version}";
series = "4.0";
version = "4.0.6";