edid-decode: unstable-2018-12-06 -> unstable-2022-04-06

This commit is contained in:
Madoura 2022-04-17 16:02:34 -05:00
parent 3cc32b62e2
commit 6f56cbc0ca
No known key found for this signature in database
GPG key ID: 59B6B50D67575615

View file

@ -1,8 +1,8 @@
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation rec {
pname = "edid-decode-unstable";
version = "unstable-2018-12-06";
pname = "edid-decode";
version = "unstable-2022-04-06";
src = fetchgit {
url = "git://linuxtv.org/edid-decode.git";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "EDID decoder and conformance tester";
homepage = "https://cgit.freedesktop.org/xorg/app/edid-decode/";
homepage = "https://git.linuxtv.org/edid-decode.git";
license = licenses.mit;
maintainers = with maintainers; [ Madouura ];
platforms = lib.platforms.all;