nextpnr: 0.4 -> 0.5

https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.5
This commit is contained in:
Luflosi 2023-01-06 15:00:55 +01:00
parent 5a47948232
commit 5ad20ca731
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.4";
version = "0.5";
srcs = [
(fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "${pname}-${version}";
hash = "sha256-gnNUFSV+/SzCuP43KyUUgVNdAzjOM7lOLNJT72L8lTY=";
hash = "sha256-3/a6nVr2v9kK/FFmxZq9LQLAoE/yNRcTGojiFPGRkHU=";
name = "nextpnr";
})
(fetchFromGitHub {