lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ghdl: 5.0.1 -> 5.1.1

authored by

R. Ryantm and committed by
Weijia Wang
247ca114 e62bff86

+2 -2
+2 -2
pkgs/by-name/gh/ghdl/package.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "ghdl-${backend}"; 24 - version = "5.0.1"; 24 + version = "5.1.1"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "ghdl"; 28 28 repo = "ghdl"; 29 29 rev = "v${finalAttrs.version}"; 30 - hash = "sha256-v3wl+tn92Bks0VnW80Q1KwHwUtUxlbeMSI3WWvgDky4="; 30 + hash = "sha256-vPeODNTptxIjN6qLoIHaKOFf3P3iAK2GloVreHPaAz8="; 31 31 }; 32 32 33 33 LIBRARY_PATH = "${stdenv.cc.libc}/lib";