xwin: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm
2025-08-15 11:32:59 +00:00
parent 13c53b2f62
commit 42e78844b4
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "xwin";
version = "0.6.6";
version = "0.6.7";
src = fetchFromGitHub {
owner = "Jake-Shadle";
repo = "xwin";
tag = finalAttrs.version;
hash = "sha256-bow/TJ6aIXoNZDqCTlQYAMxEUiolby1axsKiLMk/jiA=";
hash = "sha256-od8QnUC0hU9GYE/gRB74BlQezlt9IZq2A4F331wHm7Q=";
};
cargoHash = "sha256-S/3EjlG0Dr/KKAYSFaX/aFh/CIc19Bv+rKYzKPWC+MI=";
cargoHash = "sha256-77ArdZ9mOYEon4nzNUNSL0x0UlE1iVujFLwreAd9iMM=";
doCheck = true;
# Requires network access