clang: Add version attribute

This commit is contained in:
Craig Hall
2019-11-24 18:32:26 +00:00
committed by John Ericson
parent eea6fc4cf9
commit 5a9c95d4d2
5 changed files with 5 additions and 0 deletions
@@ -7,6 +7,7 @@
let
self = stdenv.mkDerivation ({
name = "clang-${version}";
inherit version;
src = fetch "cfe" "0ihnbdl058gvl2wdy45p5am55bq8ifx8m9mhcsgj9ax8yxlzvvvh";