iio-sensor-proxy: 3.6 -> 3.7

This commit is contained in:
R. Ryantm
2025-03-21 12:46:32 +00:00
parent 08ed55e60a
commit 4f6ee0aef2
+2 -2
View File
@@ -15,14 +15,14 @@
stdenv.mkDerivation rec {
pname = "iio-sensor-proxy";
version = "3.6";
version = "3.7";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "hadess";
repo = "iio-sensor-proxy";
rev = version;
hash = "sha256-X4vJ9zvMyYY9G7cslHMvXoexV/+39c9KctJBc+Ne114=";
hash = "sha256-MAfh6bgh39J5J3rlyPjyCkk5KcfWHMZLytZcBRPHaJE=";
};
postPatch = ''