edid-decode: fetch sources over HTTPS

The git:// protocol is plain text.
This commit is contained in:
Alyssa Ross
2024-09-14 10:42:40 +02:00
parent 48ce430b4b
commit 167ba27000
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
];
src = fetchgit {
url = "git://linuxtv.org/edid-decode.git";
url = "https://git.linuxtv.org/edid-decode.git";
rev = "3d635499e4aca3319f0796ba787213c981c5a770";
hash = "sha256-bqzO39YM/3h9p37xaGJAw9xERgWOD+4yqO/XQiq/QqM=";
};