nnd: 0.70 -> 0.71 (#498158)
This commit is contained in:
@@ -8,16 +8,16 @@ let
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "nnd";
|
||||
version = "0.70";
|
||||
version = "0.71";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "al13n321";
|
||||
repo = "nnd";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-I6eMkPd41gzJ1ox+h6iujXgZyzHa3yiuCAuKVqvKkD8=";
|
||||
hash = "sha256-J4RoBAQpzBWQNX3bsFlm9IhyKx4l3aZ3pv1ZW+EjCB0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-2rlI0O9hgL13VV+AxFOJ9HoS9EOjZYyI7lfEBhTvNqg=";
|
||||
cargoHash = "sha256-MiqoFd4Zgho5bJNWXQexGPl/8pqRDHMynQmkYnR11EM=";
|
||||
|
||||
meta = {
|
||||
description = "Debugger for Linux";
|
||||
|
||||
Reference in New Issue
Block a user