mollysocket: 1.4.0 -> 1.4.1
Diff: https://github.com/mollyim/mollysocket/compare/1.4.0...1.4.1 Changelog: https://github.com/mollyim/mollysocket/releases/tag/1.4.1
This commit is contained in:
parent
7bae094306
commit
5be6d6203b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user