kicad: avoid rebuild on date change
the date changes more often than most of the inputs the date can also change on the base without other changes this causes a substantial rebuild for no reason
This commit is contained in:
@@ -61,7 +61,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kicad-base";
|
||||
version = kicadVersion;
|
||||
version = if (stable) then kicadVersion else builtins.substring 0 10 src.rev;
|
||||
|
||||
src = kicadSrc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user