Unverified Commit 4dbaa978 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Revert "ddcutil: 2.2.3 -> 2.2.5" (#492476)

parents 5397d052 078ae115
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchurl,
  autoreconfHook,
  pkg-config,
  glib,
@@ -16,13 +16,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ddcutil";
  version = "2.2.5";
  version = "2.2.3";

  src = fetchFromGitHub {
    owner = "rockowitz";
    repo = "ddcutil";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6Bf4I2bt7Ykn2P834tVIbTaY+7fae18zrs2I84Byv1Y=";
  src = fetchurl {
    url = "https://www.ddcutil.com/tarballs/ddcutil-${finalAttrs.version}.tar.gz";
    hash = "sha256-4XvAUqYvnqhS2eOLpPHtfnNmVnoOGdvhpDnuca2+BqA=";
  };

  nativeBuildInputs = [