opengamepadui: 0.40.1 -> 0.40.3 (#423031)

Co-authored-by: ShadowApex <ShadowApex@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-06 22:52:03 +00:00
committed by GitHub
+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 {