Merge pull request #304136 from r-ryantm/auto-update/ghdl

ghdl: 4.0.0 -> 4.1.0

authored by éclairevoyant and committed by GitHub 3ab789c8 53fc561b

+2 -2
+2 -2
pkgs/development/compilers/ghdl/default.nix
··· 13 13 14 14 stdenv.mkDerivation (finalAttrs: { 15 15 pname = "ghdl-${backend}"; 16 - version = "4.0.0"; 16 + version = "4.1.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "ghdl"; 20 20 repo = "ghdl"; 21 21 rev = "v${finalAttrs.version}"; 22 - hash = "sha256-KQwesrj2g8cDCyiEb5j4bkM5O3fGPuXzGUOEEGw6zRI="; 22 + hash = "sha256-tPSHer3qdtEZoPh9BsEyuTOrXgyENFUyJqnUS3UYAvM="; 23 23 }; 24 24 25 25 LIBRARY_PATH = "${stdenv.cc.libc}/lib";