Skip to content

Commit

Permalink
stlink: 1.7.0 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evils authored and bjornfor committed Feb 8, 2024
1 parent de4d6c8 commit 8291480
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/misc/stlink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ let

in stdenv.mkDerivation rec {
pname = "stlink";
version = "1.7.0";
version = "1.8.0";

src = fetchFromGitHub {
owner = "stlink-org";
repo = "stlink";
rev = "v${version}";
sha256 = "03xypffpbp4imrczbxmq69vgkr7mbp0ps9dk815br5wwlz6vgygl";
sha256 = "sha256-hlFI2xpZ4ldMcxZbg/T5/4JuFFdO9THLcU0DQKSFqrw=";
};

patches = [
Expand Down Expand Up @@ -55,7 +55,8 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "In-circuit debug and programming for ST-Link devices";
license = licenses.bsd3;
platforms = platforms.unix;
# upstream says windows, linux/unix but dropped support for macOS in 1.8.0
platforms = platforms.linux; # not sure how to express unix without darwin
maintainers = [ maintainers.bjornfor maintainers.rongcuid ];
};
}

0 comments on commit 8291480

Please sign in to comment.