windsend-rs: 1.5.3 -> 1.5.4 (#404326)

authored by Nick Cao and committed by GitHub 24722356 cf28749f

+3 -3
+3 -3
pkgs/by-name/wi/windsend-rs/package.nix
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "windsend-rs"; 19 - version = "1.5.3"; 20 21 src = fetchFromGitHub { 22 owner = "doraemonkeys"; 23 repo = "WindSend"; 24 tag = "v${version}"; 25 - hash = "sha256-E7UiSmAPo1A1g7KpCMNJtfK8e/Tw8ScW4kn4eglq5rA="; 26 }; 27 28 useFetchCargoVendor = true; 29 30 - cargoHash = "sha256-3cTzrKkGjV2cWtgR0xE6UiTjGU9LF4iVJulAB4Hz6qc="; 31 32 sourceRoot = "${src.name}/windSend-rs"; 33
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "windsend-rs"; 19 + version = "1.5.4"; 20 21 src = fetchFromGitHub { 22 owner = "doraemonkeys"; 23 repo = "WindSend"; 24 tag = "v${version}"; 25 + hash = "sha256-A0cmjllyhKkYsMyjeuuMCax0uVnaDp9OwJPY7peDjPM="; 26 }; 27 28 useFetchCargoVendor = true; 29 30 + cargoHash = "sha256-9zuD3korJGIcarBV0bSSV/g/Q0niWAMqgRfwpPXCuBU="; 31 32 sourceRoot = "${src.name}/windSend-rs"; 33