mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:27:34 +00:00
jtag-remote-server: unstable-2022-06-09 -> 1.2
This commit is contained in:
parent
35be6085dc
commit
1c05e6a249
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user