ddcutil-service: 1.0.14 -> 1.0.15 (#526642)

This commit is contained in:
Doron Behar
2026-06-01 08:04:24 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ddcutil-service";
version = "1.0.14";
version = "1.0.15";
src = fetchFromGitHub {
owner = "digitaltrails";
repo = "ddcutil-service";
rev = "v${finalAttrs.version}";
hash = "sha256-IZ6s9z0zxMZT7qd+yuQJGLnKc1WISIvhJlIGsM/Dw3w=";
hash = "sha256-r66Ua+4jGl1wFEX3RoRHN60GujNApGbDHtJnVDtP3Z4=";
};
nativeBuildInputs = [