innernet: 1.6.1 -> 1.7.0 (#433407)

Co-authored-by: tomberek <tomberek@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-13 19:05:43 +00:00
committed by GitHub
co-authored by tomberek
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "innernet";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tonarino";
repo = "innernet";
tag = "v${version}";
hash = "sha256-dFMAzLvPO5xAfJqUXdiLf13uh5H5ay+CI9aop7Fhprk=";
hash = "sha256-9rw+hS4qwAL6adDzi2Hfl4TQBDWvPKjwpkbRCBKzwEY=";
};
cargoHash = "sha256-gTFvxmnh+d1pNqG0sEHFpl0m9KKCQ78sai//iiJ0aGs=";
cargoHash = "sha256-MM6sYNmd/i8ba6WRLMsQWR3+KEc2o8Io+gAN9RjYj5E=";
nativeBuildInputs = [
rustPlatform.bindgenHook