Unverified Commit 5a791fe0 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

ddcutil: 2.2.1 -> 2.2.2 (#461563)

parents ae175695 fd8bdf8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
  pname = "ddcutil";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchurl {
    url = "https://www.ddcutil.com/tarballs/ddcutil-${version}.tar.gz";
    hash = "sha256-cch2DDg91fohgXg5uGuYUKxtVY4TPi1v6ojfrwREiuY=";
    hash = "sha256-KTChTw80jARrghtbJAcksC5H0ElOTrkICBkexVW+K3M=";
  };

  nativeBuildInputs = [