opengamepadui: 0.37.0 -> 0.39.0 (#393557)

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