Unverified Commit 09b4f05d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

opengamepadui: 0.42.1 -> 0.42.2 (#473612)

parents 334f6835 410a600f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "opengamepadui";
  version = "0.42.1";
  version = "0.42.2";

  buildType = if withDebug then "debug" else "release";

@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "ShadowBlip";
    repo = "OpenGamepadUI";
    tag = "v${finalAttrs.version}";
    hash = "sha256-v+nLluz3Zxvcvx491NxMx+obwfdRJycGLyBAhviRktU=";
    hash = "sha256-POTW6qnzaVtoTo8ibCCaap0DS8VJiEGm2Mr5ZBkuLZc=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {