display3d: 0.2.1 -> 0.2.2

This commit is contained in:
Red Penguin
2025-03-15 20:26:18 +00:00
parent 78279f250f
commit 92fa7c76f5
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "display3d";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "renpenguin";
repo = "display3d";
tag = "v${version}";
hash = "sha256-WGcocX3WYtTleh2f3F0yi3KBAMo1/dtlfVy1pQVhWgw=";
hash = "sha256-dFfU80/1fhBz9/0fVZigo+nZx6Lj66OsP52oMDpS+BY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-E4Ncg9OPlYGra794pPS9u9oyqep+k3Ser5ZxfV+uSRM=";
cargoHash = "sha256-eXpoWKYonNZQqqIFrxO4RnLLX1s1osaZxZt3gVTYd4o=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;