mollysocket: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-02-11 02:31:33 +00:00
parent dcb331fe95
commit 6dde2938e6
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mollysocket";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "mollyim";
repo = "mollysocket";
tag = finalAttrs.version;
hash = "sha256-F80XRQn3h1Y6dE8PVLGMTY29yZomrwqFAsm7h8euHw8=";
hash = "sha256-AmbhTjf1KhDc6Y0yrXKzL6gPMJ9Wx8e8HqdbBHr7/cY=";
};
cargoHash = "sha256-BgmgxNxyuEXKLO9yoymJ0PUfL6/YSegGk8OMPjup/zo=";
cargoHash = "sha256-/WUcaGrIQvPXrcOvSpEGR6mCiey1ULWcLpXzcpvEh7E=";
nativeBuildInputs = [
pkg-config