yosys: 0.50 -> 0.51

This commit is contained in:
R. Ryantm
2025-03-12 09:30:19 +00:00
parent e607ef1af0
commit ccaed6944e
+2 -2
View File
@@ -81,13 +81,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "yosys";
version = "0.50";
version = "0.51";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
tag = "v${finalAttrs.version}";
hash = "sha256-5dV/RUNnCpBQp7tP2U7t/pqGP/v3vKiIKQG9fbf1Tfg=";
hash = "sha256-Y2Gf3CXd1em+4dlIo2+dwfZbqahM3kqG0rZUTjkIZak=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''