We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0639751 commit 13b7493Copy full SHA for 13b7493
pkgs/development/compilers/yosys/plugins/synlig.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
15
plugin = "synlig";
16
17
# The module has automatic regular releases, with date + short git hash
18
- GIT_VERSION = "2024-11-29-10efd31";
+ GIT_VERSION = "2024-12-10-2d838ed";
19
20
# Derive our package version from GIT_VERSION, remove hash, just keep date.
21
version = builtins.concatStringsSep "-" (
0 commit comments