clang: use the commit hash as version
This commit is contained in:
parent
724b8f232a
commit
985091130d
@ -15,7 +15,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "11.0.0";
|
version = "${src.shortRev}";
|
||||||
pname = "clang-ompss2";
|
pname = "clang-ompss2";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
isClang = true;
|
isClang = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user