mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
commit
e6062a9c99
1 changed files with 3 additions and 3 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue