Merge pull request #108014 from evils/openocd

openocd: unstable-2020-11-11 -> 0.11.0-rc1
This commit is contained in:
Sandro 2020-12-31 05:58:49 +01:00 committed by GitHub
commit cb3972bc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}; };