Commit 5d66721a authored by R. RyanTM's avatar R. RyanTM
Browse files

scotch: 6.1.1 -> 7.0.4

parent 6b39739b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "scotch";
  version = "6.1.1";
  version = "7.0.4";

  buildInputs = [
    bison
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "scotch";
    repo = "scotch";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GUV6s+P56OAJq9AMe+LZOMPICQO/RuIi+hJAecmO5Wc=";
    hash = "sha256-uaox4Q9pTF1r2BZjvnU2LE6XkZw3x9mGSKLdRVUobGU=";
  };

  preConfigure = ''