Merge pull request #209332 from Luflosi/update/nextpnr

authored by Sandro and committed by GitHub 3b0ea1e0 f55df0d0

+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.4"; 17 + version = "0.5"; 18 18 19 19 srcs = [ 20 20 (fetchFromGitHub { 21 21 owner = "YosysHQ"; 22 22 repo = "nextpnr"; 23 23 rev = "${pname}-${version}"; 24 - hash = "sha256-gnNUFSV+/SzCuP43KyUUgVNdAzjOM7lOLNJT72L8lTY="; 24 + hash = "sha256-3/a6nVr2v9kK/FFmxZq9LQLAoE/yNRcTGojiFPGRkHU="; 25 25 name = "nextpnr"; 26 26 }) 27 27 (fetchFromGitHub {