forked from M-Labs/artiq
nix: give openocd a better name to distinguish from nixpkgs version
This commit is contained in:
parent
0a84dd38c1
commit
c32bf770ab
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue