opengamepadui: 0.40.4 -> 0.41.0
This commit is contained in:
parent
08b92281cc
commit
8d2beff0a6
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "opengamepadui";
|
pname = "opengamepadui";
|
||||||
version = "0.40.4";
|
version = "0.41.0";
|
||||||
|
|
||||||
buildType = if withDebug then "debug" else "release";
|
buildType = if withDebug then "debug" else "release";
|
||||||
|
|
||||||
@ -31,12 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "ShadowBlip";
|
owner = "ShadowBlip";
|
||||||
repo = "OpenGamepadUI";
|
repo = "OpenGamepadUI";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-o6n3b4dh3IHaRk2Zi7rt3gzKTZWt6s9L9WcG0WoCQ3U=";
|
hash = "sha256-8xYLPKCmpWENzG1D8q2yJeIZ5MdBLTio3LZ1BsY1HGg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit (finalAttrs) src cargoRoot;
|
inherit (finalAttrs) src cargoRoot;
|
||||||
hash = "sha256-vgaa7Pe0lksiGEpQbn2he5CzhVWoHUSPuXqCwSkoDco=";
|
hash = "sha256-rs8L6dh1Ppmrez3aG9XwQAdfGnoXTlpNMXJvdAUyM6M=";
|
||||||
};
|
};
|
||||||
cargoRoot = "extensions";
|
cargoRoot = "extensions";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user