Revert "ddcutil: 2.2.3 -> 2.2.4"

This commit is contained in:
Vladimír Čunát
2026-01-22 23:56:33 +01:00
committed by GitHub
parent 2b0c61762b
commit f55fc1e4ca
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "2.2.4";
version = "2.2.3";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
hash = "sha256-CK48ga6qozz068MqgElCjnbOVXh0VG44H9ZaglYN0ZU=";
hash = "sha256-4XvAUqYvnqhS2eOLpPHtfnNmVnoOGdvhpDnuca2+BqA=";
};
nativeBuildInputs = [