Merge pull request #175055 from RamKromberg/fix/footswitch

footswitch: 20201-03-17 -> 2022-04-12
This commit is contained in:
Jonas Heinrich 2022-09-04 23:48:43 +02:00 committed by GitHub
commit 3258953b24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "footswitch"; pname = "footswitch";
version = "unstable-20201-03-17"; version = "unstable-2022-04-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rgerganov"; owner = "rgerganov";
repo = "footswitch"; repo = "footswitch";
rev = "aa0b10f00d3e76dac27b55b88c8d44c0c406f7f0"; rev = "1cf63643e18e688e4ebe96451db24edf52338cc0";
sha256 = "sha256-SikYiBN7jbH5I1x5wPCF+buwFp1dt35cVxAN6lWkTN0="; sha256 = "0gfvi2wgrljndyz889cjjh2q13994fnaf11n7hpdd82c4wgg06kj";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
@ -18,7 +18,7 @@ stdenv.mkDerivation {
substituteInPlace Makefile \ substituteInPlace Makefile \
--replace /usr/local $out \ --replace /usr/local $out \
--replace /usr/bin/install install \ --replace /usr/bin/install install \
--replace /etc/udev/rules.d $out/lib/udev/rules.d --replace /etc/udev $out/lib/udev
''; '';
preInstall = '' preInstall = ''