fetchegg: add version to derivation

This commit is contained in:
Patrick Hilhorst 2018-11-05 00:41:09 +01:00
parent a3042c92e6
commit 0d7c99481b
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

View file

@ -8,7 +8,7 @@ if md5 != "" then
throw "fetchegg does not support md5 anymore, please use sha256"
else
stdenvNoCC.mkDerivation {
name = "chicken-${name}-export";
name = "chicken-${name}-export-${version}";
builder = ./builder.sh;
nativeBuildInputs = [ chicken ];