Unverified Commit 6852bdc3 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #333148 from spitulax/keymapper-update

keymapper: 4.5.2 -> 4.6.0
parents f97145f8 2bf2f493
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "keymapper";
  version = "4.5.2";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "houmain";
    repo = "keymapper";
    rev = finalAttrs.version;
    hash = "sha256-qBYezQdm1ZKSB+eylJYxiP891t77sA4I9IlTAsfDyC4=";
    hash = "sha256-xHnCRn7fGo46T5rs9BtvEAEdxCY08zDTUipbbl6OUlU=";
  };

  # all the following must be in nativeBuildInputs