opengamepadui: 0.41.0 -> 0.42.0

R. Ryantm ac1b6579 5d286bae

+3 -3
+3 -3
pkgs/by-name/op/opengamepadui/package.nix
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "opengamepadui"; 26 - version = "0.41.0"; 27 28 buildType = if withDebug then "debug" else "release"; 29 ··· 31 owner = "ShadowBlip"; 32 repo = "OpenGamepadUI"; 33 tag = "v${finalAttrs.version}"; 34 - hash = "sha256-8xYLPKCmpWENzG1D8q2yJeIZ5MdBLTio3LZ1BsY1HGg="; 35 }; 36 37 cargoDeps = rustPlatform.fetchCargoVendor { 38 inherit (finalAttrs) src cargoRoot; 39 - hash = "sha256-rs8L6dh1Ppmrez3aG9XwQAdfGnoXTlpNMXJvdAUyM6M="; 40 }; 41 cargoRoot = "extensions"; 42
··· 23 24 stdenv.mkDerivation (finalAttrs: { 25 pname = "opengamepadui"; 26 + version = "0.42.0"; 27 28 buildType = if withDebug then "debug" else "release"; 29 ··· 31 owner = "ShadowBlip"; 32 repo = "OpenGamepadUI"; 33 tag = "v${finalAttrs.version}"; 34 + hash = "sha256-8+ZPvu4Gen7P8uKLrPXNaSqkdrUxz9K/naZxy/WoCik="; 35 }; 36 37 cargoDeps = rustPlatform.fetchCargoVendor { 38 inherit (finalAttrs) src cargoRoot; 39 + hash = "sha256-xewyt1KuQ96FNYBKlC9VT7KEDDTUasavTsl+/5WXnU4="; 40 }; 41 cargoRoot = "extensions"; 42