mspdebug: 0.25 -> 0.26 (#461411)

This commit is contained in:
Weijia Wang
2026-02-02 23:51:28 +00:00
committed by GitHub

View File

@@ -17,13 +17,13 @@ assert enableReadline -> readline != null;
assert enableMspds -> mspds != null;
stdenv.mkDerivation rec {
version = "0.25";
version = "0.26";
pname = "mspdebug";
src = fetchFromGitHub {
owner = "dlbeer";
repo = "mspdebug";
rev = "v${version}";
sha256 = "0prgwb5vx6fd4bj12ss1bbb6axj2kjyriyjxqrzd58s5jyyy8d3c";
sha256 = "sha256-4TisC0Nm3lYMWCJ3TtaHDAfLDejMQZJIruh2f7fCndU=";
};
enableParallelBuilding = true;