ddcutil: 2.2.0 -> 2.2.1 (#424198)

This commit is contained in:
Michele Guerini Rocco 2025-07-11 13:58:32 +02:00 committed by GitHub
commit dd3b26044d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
hash = "sha256-7Qx58cWCafSRuNyhcdSSuf7xM0JzcOG6UFiWa5K5VS4=";
hash = "sha256-cch2DDg91fohgXg5uGuYUKxtVY4TPi1v6ojfrwREiuY=";
};
nativeBuildInputs = [