opengamepadui: 0.40.1 -> 0.40.3

This commit is contained in:
R. Ryantm
2025-07-06 21:52:30 +00:00
parent e4097b5575
commit 7b8c24e87d
+2 -2
View File
@@ -23,7 +23,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opengamepadui";
version = "0.40.1";
version = "0.40.3";
buildType = if withDebug then "debug" else "release";
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ShadowBlip";
repo = "OpenGamepadUI";
tag = "v${finalAttrs.version}";
hash = "sha256-XznqiHyMcjxpPUwvir4SyIkMnHroKOgOixx5C9Gd6p4=";
hash = "sha256-ggCVNWh36q/clYMzObhhxU39qacWSb6urgXOI9yfQeo=";
};
cargoDeps = rustPlatform.fetchCargoVendor {