innernet: 1.6.1 -> 1.7.0

This commit is contained in:
R. Ryantm 2025-08-13 13:54:18 +00:00
parent 64cf35ea43
commit 7ff8ae7e6a

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