mollysocket: 1.5.5 -> 1.6.0 (#374417)

This commit is contained in:
Nick Cao
2025-01-17 09:24:32 -05:00
committed by GitHub
+4 -4
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "mollysocket";
version = "1.5.5";
version = "1.6.0";
src = fetchFromGitHub {
owner = "mollyim";
repo = "mollysocket";
rev = version;
hash = "sha256-IJaWCawA1vM+3qdHbPZCn4laM7DAL19k1P1MjghtGv8=";
tag = version;
hash = "sha256-F80XRQn3h1Y6dE8PVLGMTY29yZomrwqFAsm7h8euHw8=";
};
cargoHash = "sha256-FNFTPjj9TQeIG7K/+qpOav/TcNsmt+G6EhBftHqNbB4=";
cargoHash = "sha256-ZHS/EJBhT1H5MvuqdPtmf95ctuLft4qVsZzPVeJBR5k=";
nativeBuildInputs = [
pkg-config