Robert Schütz 2024-08-18 10:47:16 -07:00
parent 7bae094306
commit 5be6d6203b

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mollysocket"; pname = "mollysocket";
version = "1.4.0"; version = "1.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mollyim"; owner = "mollyim";
repo = "mollysocket"; repo = "mollysocket";
rev = version; rev = version;
hash = "sha256-wZIP4mmIrg8D70C8jLjPC/+TlOT+gP7YOkM1Ey44Tvk="; hash = "sha256-vE5J4BKYmVqtowfxDDTOwFKws7phYRm9xKFPiDNuNn4=";
}; };
cargoHash = "sha256-3yTbwbgOIm69Nf8stPMMhgR6g0sfenycx07by8AM01M="; cargoHash = "sha256-s/EhX5o6XuUqcrqhXY274MyWhRukgetfIZKQ4XNlq6Y=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config