mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
windsend-rs: 1.5.3 -> 1.5.4
This commit is contained in:
parent
24ea8a988d
commit
63c92bbc3e
1 changed files with 3 additions and 3 deletions
|
@ -16,18 +16,18 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "windsend-rs";
|
||||
version = "1.5.3";
|
||||
version = "1.5.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doraemonkeys";
|
||||
repo = "WindSend";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-E7UiSmAPo1A1g7KpCMNJtfK8e/Tw8ScW4kn4eglq5rA=";
|
||||
hash = "sha256-A0cmjllyhKkYsMyjeuuMCax0uVnaDp9OwJPY7peDjPM=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
|
||||
cargoHash = "sha256-3cTzrKkGjV2cWtgR0xE6UiTjGU9LF4iVJulAB4Hz6qc=";
|
||||
cargoHash = "sha256-9zuD3korJGIcarBV0bSSV/g/Q0niWAMqgRfwpPXCuBU=";
|
||||
|
||||
sourceRoot = "${src.name}/windSend-rs";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue