Merge pull request #108014 from evils/openocd
openocd: unstable-2020-11-11 -> 0.11.0-rc1
This commit is contained in:
commit
cb3972bc3b
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openocd";
|
pname = "openocd";
|
||||||
version = "unstable-2020-11-11";
|
version = "0.11.0-rc1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.code.sf.net/p/openocd/code";
|
url = "https://git.code.sf.net/p/openocd/code";
|
||||||
rev = "06c7a53f1fff20bcc4be9e63f83ae98664777f34";
|
rev = "v${version}";
|
||||||
sha256 = "0g0w7g94r88ylfpwswnhh8czlf5iqvd991ssn4gfcfd725lpdb01";
|
sha256 = "15g8qalyxhdp0imfrg8mxwnp0nimd836fc5laaavajw49gcm65m4";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user