mini-gdbstub: 2024-07-16 -> 2024-07-19
This commit is contained in:
parent
784a5b215c
commit
2ea29f034a
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xinyangli";
|
owner = "xinyangli";
|
||||||
repo = "mini-gdbstub";
|
repo = "mini-gdbstub";
|
||||||
rev = "f89e5ffc7a68de26c586e96a0c001873d184c7b2";
|
rev = "cc77444f712dce50615e8e65a608ae74124e174f";
|
||||||
hash = "sha256-sgQ/4jlZXxK5pOz5mb7WxkjkWQa688z4p4A9Fva8144=";
|
hash = "sha256-dl/Cwj30yMiG+4w4ts2yHjJhGeuQgpjEYeCpTbu0wj0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue