iio-sensor-proxy: 3.5 -> 3.6 (#378163)

This commit is contained in:
Adam C. Stephens
2025-02-01 07:47:59 -05:00
committed by GitHub
+2 -2
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 = ''