iio-sensor-proxy: 3.5 -> 3.6

This commit is contained in:
R. Ryantm 2025-01-31 00:32:36 +00:00
parent 06d633e659
commit 21fa66ba8c

View File

@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "iio-sensor-proxy";
version = "3.5";
version = "3.6";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "hadess";
repo = pname;
rev = version;
hash = "sha256-pFu+nJzj45s7yIKoLWLeiv2AT5vLf6JpdWWQ0JZfnvY=";
hash = "sha256-X4vJ9zvMyYY9G7cslHMvXoexV/+39c9KctJBc+Ne114=";
};
postPatch = ''