extest: 1.0.2 -> 1.0.3 (#524263)

This commit is contained in:
Nick Cao
2026-05-26 20:23:52 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "extest";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "Supreeeme";
repo = "extest";
rev = finalAttrs.version;
hash = "sha256-qdTF4n3uhkl3WFT+7bAlwCjxBx3ggTN6i3WzFg+8Jrw=";
hash = "sha256-4SVZD0aHKsn97B5bhCf7URR6iQhJlYGALKWhDg+lGhU=";
};
cargoHash = "sha256-82jG4tHqc5FQFGp4NANk2oJjiHc0+ekVdbdWlqjzaj8=";
cargoHash = "sha256-OBWgNQ3OfqztaQwbK4fjOp7Lbu58U6j8tbStJ17bIko=";
meta = {
description = "X11 XTEST reimplementation primarily for Steam Controller on Wayland";