mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
wootility: 3.5.12 -> 4.5.0
This commit is contained in:
parent
1a14c8d6b1
commit
d9f789ca0b
@ -5,16 +5,14 @@
|
||||
, udev
|
||||
, wooting-udev-rules
|
||||
}:
|
||||
let
|
||||
pname = "wootility";
|
||||
version = "3.5.12";
|
||||
in
|
||||
|
||||
appimageTools.wrapType2 rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "wootility";
|
||||
version = "4.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/wootility-${version}.AppImage";
|
||||
sha256 = "13bhckk25fzq9r9cdsg3yqjd4kn47asqdx8kw0in8iky4ri41vnc";
|
||||
url = "https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-lekker-linux-latest/wootility-lekker-${version}.AppImage";
|
||||
sha256 = "sha256-5V1OpQZk234iKXOlpoXCbWPyixXkrWT8KkrGB92lPro=";
|
||||
};
|
||||
|
||||
profile = ''
|
||||
@ -28,7 +26,7 @@ appimageTools.wrapType2 rec {
|
||||
wooting-udev-rules
|
||||
xorg.libxkbfile
|
||||
]);
|
||||
extraInstallCommands = "mv $out/bin/{${name},${pname}}";
|
||||
extraInstallCommands = "mv $out/bin/{${pname}-${version},${pname}}";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://wooting.io/wootility";
|
||||
|
Loading…
Reference in New Issue
Block a user