3
0
Fork 0
forked from mirrors/nixpkgs

nextpnr: 0.3 -> 0.4

https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.4
This commit is contained in:
Luflosi 2022-09-20 16:01:53 +02:00
parent b639e033e0
commit 7bcf01fd98
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -14,14 +14,14 @@ let
in
stdenv.mkDerivation rec {
pname = "nextpnr";
version = "0.3";
version = "0.4";
srcs = [
(fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "${pname}-${version}";
hash = "sha256-q4h1TNAn66fJou8abNFowRbGXZTBfz5x+H5Q/psMvIw=";
hash = "sha256-gnNUFSV+/SzCuP43KyUUgVNdAzjOM7lOLNJT72L8lTY=";
name = "nextpnr";
})
(fetchFromGitHub {