windsend-rs: 1.5.3 -> 1.5.4 (#404326)
This commit is contained in:
commit
2472235617
@ -16,18 +16,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "windsend-rs";
|
pname = "windsend-rs";
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "doraemonkeys";
|
owner = "doraemonkeys";
|
||||||
repo = "WindSend";
|
repo = "WindSend";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-E7UiSmAPo1A1g7KpCMNJtfK8e/Tw8ScW4kn4eglq5rA=";
|
hash = "sha256-A0cmjllyhKkYsMyjeuuMCax0uVnaDp9OwJPY7peDjPM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
|
|
||||||
cargoHash = "sha256-3cTzrKkGjV2cWtgR0xE6UiTjGU9LF4iVJulAB4Hz6qc=";
|
cargoHash = "sha256-9zuD3korJGIcarBV0bSSV/g/Q0niWAMqgRfwpPXCuBU=";
|
||||||
|
|
||||||
sourceRoot = "${src.name}/windSend-rs";
|
sourceRoot = "${src.name}/windSend-rs";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user