Merge pull request #148716 from Stunkymonkey/swift-corelibs-pname-version

swift-corelibs: use pname&version instead of name

authored by

Jörg Thalheim and committed by
GitHub
3c14d660 2334077a

+2 -1
+2 -1
pkgs/os-specific/darwin/swift-corelibs/corefoundation.nix
··· 11 in 12 13 stdenv.mkDerivation { 14 - name = "swift-corefoundation"; 15 16 src = fetchFromGitHub { 17 owner = "apple";
··· 11 in 12 13 stdenv.mkDerivation { 14 + pname = "swift-corefoundation"; 15 + version = "unstable-2018-09-14"; 16 17 src = fetchFromGitHub { 18 owner = "apple";