Unverified Commit 3db4469d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #276432 from r-ryantm/auto-update/surelog

surelog: 1.80 -> 1.82
parents 97416519 42766a46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "surelog";
  version = "1.80";
  version = "1.82";

  src = fetchFromGitHub {
    owner = "chipsalliance";
    repo = finalAttrs.pname;
    rev = "v${finalAttrs.version}";
    hash = "sha256-jpt/5h0HnkiJowyVDoMSyiuL6/dokB4xg1sdyctHrDs=";
    hash = "sha256-iW2mQPmKfbAWaiEURyVly5IjJ3YpXjVBkm/UbUuwb6k=";
    fetchSubmodules = false;  # we use all dependencies from nix
  };