keymapp: 1.2.1 -> 1.3.0

This commit is contained in:
Shawn8901
2024-07-09 20:07:44 +02:00
parent 03c07e5a7a
commit e70ed1056a
+2 -3
View File
@@ -7,7 +7,6 @@
libusb1,
libsoup_3,
webkitgtk_4_1,
writeShellScript,
makeDesktopItem,
copyDesktopItems,
}:
@@ -26,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "keymapp";
version = "1.2.1";
version = "1.3.0";
src = fetchurl {
url = "https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-${version}.tar.gz";
hash = "sha256-WiazQD40dG72B9tl4DwcMJgoVEl/Dgq55AHgeqK+sq8=";
hash = "sha256-kl/2faWbn1sF7AzgkyM6C9xzXTYh8HJf81xIY4Zf3IY=";
};
nativeBuildInputs = [