uhdm, surelog 1.83 -> 1.84-unstable-2024-11-09 (#355048)

This commit is contained in:
Weijia Wang 2024-11-19 22:06:47 +01:00 committed by GitHub
commit 8933720411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -16,13 +16,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "surelog"; pname = "surelog";
version = "1.83"; version = "1.84-unstable-2024-11-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chipsalliance"; owner = "chipsalliance";
repo = "surelog"; repo = "surelog";
rev = "v${finalAttrs.version}"; # Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
hash = "sha256-V4LmW4ca6KfugOu0XnGwutRqWR/9K6ESokHOB2yAVag="; rev = "da88163a02dbc16f1af3514f281b93941d371ad9";
hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g=";
fetchSubmodules = false; # we use all dependencies from nix fetchSubmodules = false; # we use all dependencies from nix
}; };
@ -69,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/chipsalliance/Surelog"; homepage = "https://github.com/chipsalliance/Surelog";
license = lib.licenses.asl20; license = lib.licenses.asl20;
mainProgram = "surelog"; mainProgram = "surelog";
maintainers = with lib.maintainers; [ matthuszagh ]; maintainers = with lib.maintainers; [ matthuszagh hzeller ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
}) })

View File

@ -10,13 +10,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "UHDM"; pname = "UHDM";
# When updating this package, also consider updating science/logic/surelog # When updating this package, also consider updating science/logic/surelog
version = "1.83"; version = "1.84-unstable-2024-10-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chipsalliance"; owner = "chipsalliance";
repo = "UHDM"; repo = "UHDM";
rev = "v${finalAttrs.version}"; # After we're back on a stable tag, use v${finalAttrs.version}
hash = "sha256-va8qAzsg589C6rLmG1uIMDr4X30qpBgRO1ZVKdEs5ok="; rev = "857f68de3ce5b6f919f3a0f489c93072751b1578";
hash = "sha256-qHcRncsvMiSJji+JLOlfQ87+pfKg+zvlqMTXKpImvTM=";
fetchSubmodules = false; # we use all dependencies from nix fetchSubmodules = false; # we use all dependencies from nix
}; };
@ -42,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Universal Hardware Data Model"; description = "Universal Hardware Data Model";
homepage = "https://github.com/chipsalliance/UHDM"; homepage = "https://github.com/chipsalliance/UHDM";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ matthuszagh ]; maintainers = with lib.maintainers; [ matthuszagh hzeller ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
}) })