opengamepadui: 0.42.0 -> 0.42.1

This commit is contained in:
R. Ryantm
2025-10-28 08:36:15 +00:00
parent 787310bbe6
commit 4b6c79a69c

View File

@@ -23,7 +23,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opengamepadui";
version = "0.42.0";
version = "0.42.1";
buildType = if withDebug then "debug" else "release";
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ShadowBlip";
repo = "OpenGamepadUI";
tag = "v${finalAttrs.version}";
hash = "sha256-8+ZPvu4Gen7P8uKLrPXNaSqkdrUxz9K/naZxy/WoCik=";
hash = "sha256-v+nLluz3Zxvcvx491NxMx+obwfdRJycGLyBAhviRktU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {