From 1fd4bec599ea1eee1b6057c7c7fb1b31d4fba223 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sun, 10 Nov 2024 11:18:29 -0800 Subject: [PATCH 1/2] uhdm: 1.83 -> 1.84-unstable-2024-10-06 --- pkgs/by-name/uh/uhdm/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/uh/uhdm/package.nix b/pkgs/by-name/uh/uhdm/package.nix index eb078d482732..6aacb200b81e 100644 --- a/pkgs/by-name/uh/uhdm/package.nix +++ b/pkgs/by-name/uh/uhdm/package.nix @@ -11,13 +11,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "UHDM"; # When updating this package, also consider updating science/logic/surelog - version = "1.83"; + version = "1.84-unstable-2024-10-06"; src = fetchFromGitHub { owner = "chipsalliance"; repo = "UHDM"; - rev = "v${finalAttrs.version}"; - hash = "sha256-va8qAzsg589C6rLmG1uIMDr4X30qpBgRO1ZVKdEs5ok="; + # After we're back on a stable tag, use v${finalAttrs.version} + rev = "857f68de3ce5b6f919f3a0f489c93072751b1578"; + hash = "sha256-qHcRncsvMiSJji+JLOlfQ87+pfKg+zvlqMTXKpImvTM="; fetchSubmodules = false; # we use all dependencies from nix }; @@ -45,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Universal Hardware Data Model"; homepage = "https://github.com/chipsalliance/UHDM"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ matthuszagh ]; + maintainers = with lib.maintainers; [ matthuszagh hzeller ]; platforms = lib.platforms.all; }; }) From 5167a173baf59294937d3b99aab4c454f6e29434 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Sun, 10 Nov 2024 11:19:27 -0800 Subject: [PATCH 2/2] surelog: 1.83 -> 1.84-unstable-2024-11-09 --- pkgs/by-name/su/surelog/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/su/surelog/package.nix b/pkgs/by-name/su/surelog/package.nix index 595a3e168040..fb90e1d7ac4f 100644 --- a/pkgs/by-name/su/surelog/package.nix +++ b/pkgs/by-name/su/surelog/package.nix @@ -17,13 +17,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "surelog"; - version = "1.83"; + version = "1.84-unstable-2024-11-09"; src = fetchFromGitHub { owner = "chipsalliance"; repo = "surelog"; - rev = "v${finalAttrs.version}"; - hash = "sha256-V4LmW4ca6KfugOu0XnGwutRqWR/9K6ESokHOB2yAVag="; + # Once we're back on a stable tag, use "v$(finalAttrs.version}" below. + rev = "da88163a02dbc16f1af3514f281b93941d371ad9"; + hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g="; fetchSubmodules = false; # we use all dependencies from nix }; @@ -70,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/chipsalliance/Surelog"; license = lib.licenses.asl20; mainProgram = "surelog"; - maintainers = with lib.maintainers; [ matthuszagh ]; + maintainers = with lib.maintainers; [ matthuszagh hzeller ]; platforms = lib.platforms.all; }; })