Skip to content

Commit 80122f1

Browse files
hzellerthoughtpolice
authored andcommitted
synlig: 2024-08-07 -> 2024-11-29
1 parent 476460b commit 80122f1

File tree

1 file changed

+2
-3
lines changed
  • pkgs/development/compilers/yosys/plugins

1 file changed

+2
-3
lines changed

pkgs/development/compilers/yosys/plugins/synlig.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)