opengamepadui: 0.37.0 -> 0.39.0

This commit is contained in:
R. Ryantm
2025-03-27 00:05:44 +00:00
parent 85547aa0a2
commit 391f8c94bd
+2 -2
View File
@@ -24,7 +24,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opengamepadui";
version = "0.37.0";
version = "0.39.0";
buildType = if withDebug then "debug" else "release";
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ShadowBlip";
repo = "OpenGamepadUI";
tag = "v${finalAttrs.version}";
hash = "sha256-kzGFyzOu4Pkj+a7kExFwxFu35qfoLoWz3uqd8COUTNA=";
hash = "sha256-eBHDJVbPL4Lw1TDOOJT4rzvSb+F7J6EdsLbL4co69nk=";
};
cargoDeps = rustPlatform.fetchCargoVendor {