Skip to content

Commit 9e70879

Browse files
authored
Update Uhdm, Surelog, Synlig (#378939)
2 parents 272951e + 13b7493 commit 9e70879

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkgs/by-name/su/surelog/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
stdenv.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

pkgs/by-name/uh/uhdm/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
stdenv.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

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)