Merge pull request #302319 from r-ryantm/auto-update/edid-decode

edid-decode: unstable-2024-01-29 -> unstable-2024-04-02
This commit is contained in:
Weijia Wang 2024-04-14 00:04:39 +02:00 committed by GitHub
commit e6062a9c99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "edid-decode"; pname = "edid-decode";
version = "unstable-2024-01-29"; version = "unstable-2024-04-02";
outputs = [ outputs = [
"out" "out"
@ -15,8 +15,8 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = "git://linuxtv.org/edid-decode.git"; url = "git://linuxtv.org/edid-decode.git";
rev = "7a27b339cf5ee1ab431431a844418a7f7c16d167"; rev = "3d635499e4aca3319f0796ba787213c981c5a770";
hash = "sha256-y+g+E4kaQh6j+3GvHdcVEGQu/zOkGyW/HazUHG0DCxM="; hash = "sha256-bqzO39YM/3h9p37xaGJAw9xERgWOD+4yqO/XQiq/QqM=";
}; };
preBuild = '' preBuild = ''