nushellPlugins.net: 0-unstable-2024-04-05 -> 1.7.0
This commit is contained in:
parent
83fdae6726
commit
9c4cbe00d8
@ -8,18 +8,18 @@
|
|||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nu-plugin-net";
|
pname = "nu-plugin-net";
|
||||||
version = "0-unstable-2024-04-05";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fennewald";
|
owner = "fennewald";
|
||||||
repo = "nu_plugin_net";
|
repo = "nu_plugin_net";
|
||||||
rev = "60d315afb19c3c673409db796a4cc7a240058605";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-izIxV2rFxZ1Om6NNaofNpc5prtN/lsw8dC4DyKEQ+v8=";
|
hash = "sha256-GOF2CSlsjI8PAmIxj/+mR01X5XMviEM8gj7ZYTbeX7I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-nBxcxADyvPgGrfkW8eBq/wmB2Slq+YGJV2IlxuuCgCg=";
|
cargoHash = "sha256-2FjKGirjTb6ZjDmhK9ciQzVtWCF8CcYeA+YXcr1oMP4=";
|
||||||
|
|
||||||
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
nativeBuildInputs = [ rustPlatform.bindgenHook ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user