Commit 06397512 authored by Henner Zeller's avatar Henner Zeller
Browse files

surelog: 1.84-unstable-2024-11-09 -> 1.84-unstable-2024-12-06

parent 780495a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "surelog";
  version = "1.84-unstable-2024-11-09";
  version = "1.84-unstable-2024-12-06";

  src = fetchFromGitHub {
    owner = "chipsalliance";
    repo = "surelog";
    # Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
    rev = "da88163a02dbc16f1af3514f281b93941d371ad9";
    hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g=";
    rev = "298a9cddc672cce7f25ec352f9f8f36f5b23aa4e";
    hash = "sha256-Qv4dosj2dwakNCcvu483ZMuw+LlYs4fhZTULszERLSI=";
    fetchSubmodules = false; # we use all dependencies from nix
  };