nnd: 0.51 -> 0.53

This commit is contained in:
R. Ryantm
2025-10-17 23:50:41 +00:00
parent 228819d195
commit c5ae82ab1e

View File

@@ -8,16 +8,16 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "nnd"; pname = "nnd";
version = "0.51"; version = "0.53";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "al13n321"; owner = "al13n321";
repo = "nnd"; repo = "nnd";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-OjD7UiwVF/Be8Mqf2CT06ScqDIikiL4jLVxGj5ejiqc="; hash = "sha256-ZWiWxFMuzA7ikeLzLhDTKdKnoyIC48n/tf5fcnwEBq0=";
}; };
cargoHash = "sha256-rxq/5DqEpXzX/dXy1NKZSQw3Dy8NrvtOPNSskxEjEBM="; cargoHash = "sha256-KTGCu0It2izalwfwdMqcpRdtX3zM/HIpy70JFuneXvQ=";
meta = { meta = {
description = "Debugger for Linux"; description = "Debugger for Linux";