opengamepadui: 0.39.0 -> 0.39.2 (#401718)

This commit is contained in:
Nick Cao
2025-04-27 09:39:33 -04:00
committed by GitHub
+2 -2
View File
@@ -24,7 +24,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opengamepadui";
version = "0.39.0";
version = "0.39.2";
buildType = if withDebug then "debug" else "release";
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ShadowBlip";
repo = "OpenGamepadUI";
tag = "v${finalAttrs.version}";
hash = "sha256-eBHDJVbPL4Lw1TDOOJT4rzvSb+F7J6EdsLbL4co69nk=";
hash = "sha256-r7AR3PAYgTS/KvL44xkAr/iJM19grbmjwjZyzOSFXMc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {