openspeedrun: 0.3.3 -> 0.4.3

This commit is contained in:
R. Ryantm
2026-07-15 09:57:54 +00:00
parent 0a6bfb4390
commit 0bbc8ba36d

View File

@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "openspeedrun";
version = "0.3.3";
version = "0.4.3";
src = fetchFromGitHub {
owner = "SrWither";
repo = "OpenSpeedRun";
tag = "v${finalAttrs.version}";
hash = "sha256-EZPApXUVhsaOYa6CnpR8IWeEoHEl89KJGGoBOYFqBV0=";
hash = "sha256-0gVFnQbbtlQG2H0oD28cbbqvGsAxqC5DPsKvHC1CUw8=";
};
cargoHash = "sha256-WzsLEfDZpjpUrbyPOr5QUkTMrlAJoC9Rej5BMOKF7OM=";
cargoHash = "sha256-xOz/Ru6NqpI20t+hz/81xaVU6XrsqGx0tI04O6nkRj4=";
nativeBuildInputs = [
autoPatchelfHook