Unverified Commit cf9b3534 authored by Luna's avatar Luna Committed by GitHub
Browse files

input-remapper: 2.1.1 -> 2.2.0 (#458987)

parents 19dcc20b 56ed9805
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@ let
in
(buildPythonApplication rec {
  pname = "input-remapper";
  version = "2.1.1";
  version = "2.2.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "sezanzeb";
    repo = "input-remapper";
    tag = version;
    hash = "sha256-GMKcs2UK1yegGT/TBsLGgTBJROQ38M6WwnLbJIuAZwg=";
    hash = "sha256-MZO40Y8ym/lwHB8PETdtByAJb/UMMM6pRAAgAYao8UI=";
  };

  postPatch = ''