Skip to content

Commit

Permalink
Update sources (#1778)
Browse files Browse the repository at this point in the history
* Update sources

* rm upstreamed

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Nov 23, 2024
1 parent 486b0b6 commit c6c95d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=a25e476c6a35d5fbc5c85754bba5eeba0ee3074e";
nixpkgs.url = "github:NixOS/nixpkgs?rev=72f68849662579c8d4e5d13bd4d400723a1d8edd";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
7 changes: 0 additions & 7 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1506,13 +1506,6 @@ with oself;
};
});

merlin-extend = osuper.merlin-extend.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/let-def/merlin-extend/releases/download/v0.6.2/merlin-extend-0.6.2.tbz";
sha256 = "0yfpyjqf0j3qmnv5490ksnhcyfhkhzvvfby8p7r64i5n61zqwma7";
};
});

merlin-lib =
if lib.versionAtLeast ocaml.version "4.14" then
callPackage ./merlin/lib.nix { }
Expand Down

0 comments on commit c6c95d8

Please sign in to comment.