motoc: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm
2026-02-22 22:23:36 +00:00
parent 0352cd1d88
commit 0dfef724f7
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "motoc";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitHub {
owner = "galister";
repo = "motoc";
tag = "v${finalAttrs.version}";
hash = "sha256-ozC7Az7G7qGsGURJ6UaM6VZH4PEUTknYDPShtXEKmrA=";
hash = "sha256-j3Ti2YnZGTkiqC32jnaBaWQ+g4L9+ZiSbanfUxdqMN4=";
};
cargoHash = "sha256-Owv0OTbBpsd6xvadVOu3F3JAmo6SPdwzT3MOAP54nPY=";
cargoHash = "sha256-fQFuKqcDqqtsh4GxoBuFF6gyd6mV5PjCntPbCdQU41A=";
buildInputs = [
openxr-loader