Merge pull request #175055 from RamKromberg/fix/footswitch

footswitch: 20201-03-17 -> 2022-04-12

authored by

Jonas Heinrich and committed by
GitHub
3258953b c9752932

+4 -4
+4 -4
pkgs/tools/inputmethods/footswitch/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "footswitch"; 5 - version = "unstable-20201-03-17"; 5 + version = "unstable-2022-04-12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rgerganov"; 9 9 repo = "footswitch"; 10 - rev = "aa0b10f00d3e76dac27b55b88c8d44c0c406f7f0"; 11 - sha256 = "sha256-SikYiBN7jbH5I1x5wPCF+buwFp1dt35cVxAN6lWkTN0="; 10 + rev = "1cf63643e18e688e4ebe96451db24edf52338cc0"; 11 + sha256 = "0gfvi2wgrljndyz889cjjh2q13994fnaf11n7hpdd82c4wgg06kj"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ]; ··· 18 18 substituteInPlace Makefile \ 19 19 --replace /usr/local $out \ 20 20 --replace /usr/bin/install install \ 21 - --replace /etc/udev/rules.d $out/lib/udev/rules.d 21 + --replace /etc/udev $out/lib/udev 22 22 ''; 23 23 24 24 preInstall = ''