Commit 780495a5 authored by Henner Zeller's avatar Henner Zeller
Browse files

uhdm: 1.84-unstable-2024-10-06 -> 1.84-unstable-2024-11-12

parent cfd4b92f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "UHDM";
  # When updating this package, also consider updating science/logic/surelog
  version = "1.84-unstable-2024-10-06";
  version = "1.84-unstable-2024-11-12";

  src = fetchFromGitHub {
    owner = "chipsalliance";
    repo = "UHDM";
    # After we're back on a stable tag, use v${finalAttrs.version}
    rev = "857f68de3ce5b6f919f3a0f489c93072751b1578";
    hash = "sha256-qHcRncsvMiSJji+JLOlfQ87+pfKg+zvlqMTXKpImvTM=";
    rev = "7d90dd0e68759775d0c86885d991925096b5b496";
    hash = "sha256-msdtBAlOXwYJd0HhWmVo8oMJ6h8OUmy0ILxV1MV52PE=";
    fetchSubmodules = false; # we use all dependencies from nix
  };