urukul: bump CPLD release

pull/30/head
Sebastien Bourdeauducq 2020-04-03 17:30:00 +08:00
parent 9015e109c0
commit 6888f2dfd2
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@ in
src = <urukulSrc>;
};
urukul-cpld-release = buildUrukulCpld rec {
version = "1.3.1";
version = "1.4.0";
src = pkgs.fetchFromGitHub {
owner = "quartiq";
repo = "urukul";
rev = "v${version}";
sha256 = "1nvarspqbf9f7b27j34jkkh4mj6rwrlmccmfpz5nnzk3h2j6zbqc";
sha256 = "1962jpzqzn22cwkcmfnvwqlj5i89pljhgfk64n6pk73clir9mp0w";
};
};
mirny-cpld-master = buildMirnyCpld {