display3d: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2026-07-07 14:33:03 +00:00
parent 1350febcfa
commit a8b1e8fe0f
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "display3d";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "renpenguin";
repo = "display3d";
tag = "v${finalAttrs.version}";
hash = "sha256-dFfU80/1fhBz9/0fVZigo+nZx6Lj66OsP52oMDpS+BY=";
hash = "sha256-f2iT+3xqtFY8e9kmwpEac0/WQLFVL6tXUk/lQgBQzaM=";
};
cargoHash = "sha256-eXpoWKYonNZQqqIFrxO4RnLLX1s1osaZxZt3gVTYd4o=";
cargoHash = "sha256-IEaiehlOCQGun/CUIbPlCITAm6L/XV1uyQSmlBPnxGk=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;