Skip to content

Commit

Permalink
Use newer Nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 19, 2023
1 parent ede55f4 commit 511aa64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 25 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
haskellPackages = pkgs.haskellPackages.override {
overrides = haskellPackagesNew: haskellPackagesOld: rec {
versions =
haskellPackagesNew.callPackage ./nix/versions.nix { };
haskellPackagesNew.versions_6_0_1;

lsp =
haskellPackagesNew.callPackage ./nix/lsp.nix { };
Expand Down
4 changes: 2 additions & 2 deletions nix/lsp-types.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}:
mkDerivation {
pname = "lsp-types";
version = "2.0.0.1";
sha256 = "87f150940640524c8ec8f4d7e630774077dcfbbeed8afa0032501aed33333c85";
version = "2.0.1.0";
sha256 = "57406c159d14aa30b3d8e5f48ca713186b340f668c93e940e884387fe561ffe0";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
Expand Down
4 changes: 2 additions & 2 deletions nix/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}:
mkDerivation {
pname = "lsp";
version = "2.0.0.0";
sha256 = "af73311e471a1d929858e6ba05c11cc950da4bb565286e9dee3b35a0095e11e6";
version = "2.1.0.0";
sha256 = "c8a7a2b82d074641c77894639bdd5aacae5046610ee8d6b8a74b0cf71c4af30d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c5450f0b3c7890c860216cd3f56a4e5d53a04134",
"sha256": "1api3z11cjmhva6mr0yhla3gyyz8cj20lr61xlgclqbi2d3m3xf1",
"rev": "f912309722e0e94f8f29160b4161b93d487f10b9",
"sha256": "1w670p2ddq1kgkyicax0iq4six0zfyhra054xxgwiqg2vi44m2if",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/c5450f0b3c7890c860216cd3f56a4e5d53a04134.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/f912309722e0e94f8f29160b4161b93d487f10b9.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
17 changes: 0 additions & 17 deletions nix/versions.nix

This file was deleted.

0 comments on commit 511aa64

Please sign in to comment.