Skip to content

Commit 13b7493

Browse files
committed
synlig: 2024-11-29 -> 2024-12-10
1 parent 0639751 commit 13b7493

File tree

1 file changed

+1
-1
lines changed
  • pkgs/development/compilers/yosys/plugins

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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-11-29-10efd31";
18+
GIT_VERSION = "2024-12-10-2d838ed";
1919

2020
# Derive our package version from GIT_VERSION, remove hash, just keep date.
2121
version = builtins.concatStringsSep "-" (

0 commit comments

Comments
 (0)