File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
pkgs/development/compilers/yosys/plugins Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
1515 plugin = "synlig" ;
1616
1717 # The module has automatic regular releases, with date + short git hash
18- GIT_VERSION = "2024-08-07-fd4b2bd " ;
18+ GIT_VERSION = "2024-11-29-10efd31 " ;
1919
2020 # Derive our package version from GIT_VERSION, remove hash, just keep date.
2121 version = builtins . concatStringsSep "-" (
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
2525 owner = "chipsalliance" ;
2626 repo = "synlig" ;
2727 rev = "${ finalAttrs . GIT_VERSION } " ;
28- hash = "sha256-yj+SBq6PqgPBcgz2zHZ9AUppllG/dqetU7lWPkFC+iE =" ;
28+ hash = "sha256-MsnRraAqsIkJ2PjBfoSrvUX/RHtL+FV2+iB3i7galLI =" ;
2929 fetchSubmodules = false ; # we use all dependencies from nix
3030 } ;
3131
@@ -87,6 +87,5 @@ stdenv.mkDerivation (finalAttrs: {
8787 license = licenses . asl20 ;
8888 maintainers = with maintainers ; [ hzeller ] ;
8989 platforms = platforms . all ;
90- broken = versionAtLeast yosys . version "0.47" ;
9190 } ;
9291} )
You can’t perform that action at this time.
0 commit comments