jtag-remote-server: unstable-2022-06-09 -> 1.2

This commit is contained in:
Nick Cao 2022-12-05 16:50:24 +08:00 committed by Bjørn Forsman
parent 35be6085dc
commit 1c05e6a249

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jtag-remote-server";
version = "unstable-2022-06-09";
version = "1.2";
src = fetchFromGitHub {
owner = "jiegec";
repo = pname;
rev = "917d8d298423ba1aa6e75aa92e009b7f27f74a57";
hash = "sha256-Jy0OyRgn9SYpjP3HYWPvRirfxXk4/vMYvZuI3XpPtBw=";
rev = "v${version}";
hash = "sha256-qtgO0BO2hvWi/E2RzGTTuQynKbh7/OLeoLcm60dqro8=";
};
nativeBuildInputs = [ cmake pkg-config ];