Commit 42766a46 authored by R. RyanTM's avatar R. RyanTM
Browse files

surelog: 1.80 -> 1.82

parent ad419596
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
  };