libftdi1: 1.5 -> 1.5-unstable-2023-12-21
For Python 3.12. support and a docs build fix.
This commit is contained in:
parent
2cfb1c0805
commit
0dab21bf72
@ -21,12 +21,12 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libftdi";
|
||||
version = "1.5";
|
||||
version = "1.5-unstable-2023-12-21";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://developer.intra2net.com/libftdi";
|
||||
rev = "v${version}";
|
||||
sha256 = "0vipg3y0kbbzjhxky6hfyxy42mpqhvwn1r010zr5givcfp8ghq26";
|
||||
rev = "de9f01ece34d2fe6e842e0250a38f4b16eda2429";
|
||||
hash = "sha256-U37M5P7itTF1262oW+txbKxcw2lhYHAwy1ML51SDVMs=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user