keymapp: 1.0.8 -> 1.1.1

This commit is contained in:
Shawn8901 2024-03-25 23:58:02 +01:00
parent 57e6b3a9e4
commit 884a98b3a1
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ let
in
stdenv.mkDerivation rec {
pname = "keymapp";
version = "1.0.8";
version = "1.1.1";
src = fetchurl {
url = "https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-${version}.tar.gz";
hash = "sha256-adFQCuHkorXixn/dId/vrCcnjQ2VDDQM049UrodjFgA=";
hash = "sha256-tbRlJ65hHPBDwoXAXf++OdcW67RcqR1x1vfhbPCo1Ls=";
};
nativeBuildInputs = [