yosys-synlig: 2023-10-26 -> 2023-11-28
This commit is contained in:
parent
409e9d1a30
commit
897387bb27
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
plugin = "synlig";
|
plugin = "synlig";
|
||||||
|
|
||||||
# The module has automatic regular releases, with date + short git hash
|
# The module has automatic regular releases, with date + short git hash
|
||||||
GIT_VERSION = "2023-10-26-f0252f6";
|
GIT_VERSION = "2023-11-28-b8ed72d";
|
||||||
|
|
||||||
# Derive our package version from GIT_VERSION, remove hash, just keep date.
|
# Derive our package version from GIT_VERSION, remove hash, just keep date.
|
||||||
version = builtins.concatStringsSep "-" (
|
version = builtins.concatStringsSep "-" (
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "chipsalliance";
|
owner = "chipsalliance";
|
||||||
repo = "synlig";
|
repo = "synlig";
|
||||||
rev = "${finalAttrs.GIT_VERSION}";
|
rev = "${finalAttrs.GIT_VERSION}";
|
||||||
hash = "sha256-BGZQbUcIImpz3SjFvMq3Pr1lseNLZnsMvpHy0IsICe4=";
|
hash = "sha256-jdA3PBodecqriGWU/BzWtQ5gyu62pZHv+1NvFrwsTTk=";
|
||||||
fetchSubmodules = false; # we use all dependencies from nix
|
fetchSubmodules = false; # we use all dependencies from nix
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue