nix: give openocd a better name to distinguish from nixpkgs version

This commit is contained in:
Sebastien Bourdeauducq 2019-02-11 12:28:58 +08:00
parent 0a84dd38c1
commit c32bf770ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, autoreconfHook, libftdi, libusb1, pkgconfig, hidapi }:
stdenv.mkDerivation rec {
name = "openocd-${version}";
version = "0.10.0.mlabs";
name = "openocd-mlabs-${version}";
version = "0.10.0";
src = fetchFromGitHub {
owner = "m-labs";