Skip to content

Commit

Permalink
jtag-remote-server: unstable-2022-06-09 -> 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored and bjornfor committed Dec 7, 2022
1 parent 35be608 commit 1c05e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/embedded/jtag-remote-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1c05e6a

Please sign in to comment.