nextpnr: 0.5 -> 0.6

https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.6

authored by

Luflosi and committed by
Austin Seipp
f3afb133 edcd3d30

+2 -2
+2 -2
pkgs/development/compilers/nextpnr/default.nix
··· 14 14 in 15 15 stdenv.mkDerivation rec { 16 16 pname = "nextpnr"; 17 - version = "0.5"; 17 + version = "0.6"; 18 18 19 19 srcs = [ 20 20 (fetchFromGitHub { 21 21 owner = "YosysHQ"; 22 22 repo = "nextpnr"; 23 23 rev = "${pname}-${version}"; 24 - hash = "sha256-3/a6nVr2v9kK/FFmxZq9LQLAoE/yNRcTGojiFPGRkHU="; 24 + hash = "sha256-S6qvTzvkS2tBMvuTpmuCx6h0OcKP5NBbmgRgOpAVtnA="; 25 25 name = "nextpnr"; 26 26 }) 27 27 (fetchFromGitHub {