Merge pull request #292647 from r-ryantm/auto-update/ddcutil

ddcutil: 2.1.3 -> 2.1.4
This commit is contained in:
Nick Cao 2024-03-02 10:45:39 -05:00 committed by GitHub
commit 6e623870f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "ddcutil";
version = "2.1.3";
version = "2.1.4";
src = fetchurl {
url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
hash = "sha256-l6C9cJ0MfffzULuH9DIoNzGKqp7o4cwpbDrbC93yc/g=";
hash = "sha256-4U/igqtgw2rwyuhEkV1pWYPIyNZEt2N6hlXJ9bDUyRw=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];