windsend-rs: 1.7.1 -> 1.7.3

This commit is contained in:
R. Ryantm
2026-08-11 09:35:51 +00:00
parent 8877e8d36a
commit d4d46a47eb

View File

@@ -17,16 +17,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "windsend-rs";
version = "1.7.1";
version = "1.7.3";
src = fetchFromGitHub {
owner = "doraemonkeys";
repo = "WindSend";
tag = "v${finalAttrs.version}";
hash = "sha256-r3D6Uj8buMceqXov6An+OxgOTcNFrX5PwxhphtbeUv0=";
hash = "sha256-B66JvMRAJcudS/yqYwS9KJBMqOOgKcPVolqKQHVurqg=";
};
cargoHash = "sha256-uRL9cnvEZzaO/Qewl8Nm1LZlidCLLDC/RDY2j5byMnE=";
cargoHash = "sha256-p2KwwYcXsF0xRHABW0sYCC0fagEGLYzef/f37w3hpcY=";
sourceRoot = "${finalAttrs.src.name}/windSend-rs";