treewide: fix derivation names

This commit is contained in:
Ryan Mulligan
2018-05-28 05:59:57 -07:00
parent f0d6411c22
commit af9d10a91b
59 changed files with 131 additions and 119 deletions
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
version = "1.9.0";
name = "libbladeRF-v${version}";
name = "libbladeRF-${version}";
src = fetchFromGitHub {
owner = "Nuand";