lol

iio-sensor-proxy: 3.7 -> 3.8

Signed-off-by: Daniel Schaefer <dhs@frame.work>

+2 -22
+2 -22
pkgs/by-name/ii/iio-sensor-proxy/package.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "iio-sensor-proxy"; 20 - version = "3.7"; 20 + version = "3.8"; 21 21 22 22 src = fetchFromGitLab { 23 23 domain = "gitlab.freedesktop.org"; 24 24 owner = "hadess"; 25 25 repo = "iio-sensor-proxy"; 26 26 rev = version; 27 - hash = "sha256-MAfh6bgh39J5J3rlyPjyCkk5KcfWHMZLytZcBRPHaJE="; 27 + hash = "sha256-ZVaV4Aj4alr5eP3uz6SunpeRsMOo8YcZMqCcB0DUYGY="; 28 28 }; 29 - 30 - # Fix devices with cros-ec-accel, like Chromebooks and Framework Laptop 12 31 - # https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/400 32 - patches = [ 33 - (fetchpatch2 { 34 - name = "mr400_1.patch"; 35 - url = "https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/f35d293e65841a3b9c0de778300c7fa58b181fd0.patch"; 36 - hash = "sha256-Gk8Wpy+KFhHAsR3XklcsL3Eo4fHjQuFT6PCN5hz9KHk="; 37 - }) 38 - (fetchpatch2 { 39 - name = "mr400_2.patch"; 40 - url = "https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/7416edf4da98d8e3b75f9eddb7e5c488ac4a4c54.patch"; 41 - hash = "sha256-5UnYam6P+paBHAI0qKXDAvrFM8JYhRVTUFePRTHCp+U="; 42 - }) 43 - (fetchpatch2 { 44 - name = "mr400_3.patch"; 45 - url = "https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/d00109194422a4fe3e9a7bc1235ffc492459c61a.patch"; 46 - hash = "sha256-58KrXbdpR1eWbPmsr8b0ke67hX5J0o0gtqzrz3dc+ck="; 47 - }) 48 - ]; 49 29 50 30 postPatch = '' 51 31 # upstream meson.build currently doesn't have an option to change the default polkit dir