File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
development/compilers/yosys/plugins Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818stdenv . mkDerivation ( finalAttrs : {
1919 pname = "surelog" ;
20- version = "1.84-unstable-2024-11-09 " ;
20+ version = "1.84-unstable-2024-12-06 " ;
2121
2222 src = fetchFromGitHub {
2323 owner = "chipsalliance" ;
2424 repo = "surelog" ;
2525 # Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
26- rev = "da88163a02dbc16f1af3514f281b93941d371ad9 " ;
27- hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g =" ;
26+ rev = "298a9cddc672cce7f25ec352f9f8f36f5b23aa4e " ;
27+ hash = "sha256-Qv4dosj2dwakNCcvu483ZMuw+LlYs4fhZTULszERLSI =" ;
2828 fetchSubmodules = false ; # we use all dependencies from nix
2929 } ;
3030
Original file line number Diff line number Diff line change 1111stdenv . mkDerivation ( finalAttrs : {
1212 pname = "UHDM" ;
1313 # When updating this package, also consider updating science/logic/surelog
14- version = "1.84-unstable-2024-10-06 " ;
14+ version = "1.84-unstable-2024-11-12 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "chipsalliance" ;
1818 repo = "UHDM" ;
1919 # After we're back on a stable tag, use v${finalAttrs.version}
20- rev = "857f68de3ce5b6f919f3a0f489c93072751b1578 " ;
21- hash = "sha256-qHcRncsvMiSJji+JLOlfQ87+pfKg+zvlqMTXKpImvTM =" ;
20+ rev = "7d90dd0e68759775d0c86885d991925096b5b496 " ;
21+ hash = "sha256-msdtBAlOXwYJd0HhWmVo8oMJ6h8OUmy0ILxV1MV52PE =" ;
2222 fetchSubmodules = false ; # we use all dependencies from nix
2323 } ;
2424
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-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 "-" (
You can’t perform that action at this time.
0 commit comments