Skip to content

Commit

Permalink
chore(deps): update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jun 20, 2024
1 parent 4761fad commit 1f2686b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
6 changes: 3 additions & 3 deletions nix/nixpkgs-version.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
owner = "NixOS";
repo = "nixpkgs";
date = "2024-04-20";
rev = "92d295f588631b0db2da509f381b4fb1e74173c5";
tarballHash = "162w28y4i5c8g5qhjvs827qxphf2a8n4c8fwhcywzl1j1a35h2im";
date = "2024-06-20";
rev = "37a45fb6993f14555f50b18fbcf4945b82a35707";
tarballHash = "1xr1n80biqiizylrcc6zx3kwl4293k825dy6a3qk0304xjgcyzpq";
}
29 changes: 9 additions & 20 deletions nix/overlays/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,22 @@ let

# Before upgrading fuzzyset to 0.3, check: https://github.com/PostgREST/postgrest/issues/3329
# jailbreak, because hspec limit for tests
fuzzyset = lib.doJailbreak
(prev.callHackageDirect
{
pkg = "fuzzyset";
ver = "0.2.4";
sha256 = "sha256-lpkrTFcR0B4rT/P6x7ui31Twgq7BBj6KIvjKyqXKdpc=";
}
{ });
fuzzyset = prev.fuzzyset_0_2_4;

hasql-pool = lib.dontCheck prev.hasql-pool_1_0_1;
hasql-pool = lib.dontCheck (prev.callHackageDirect
{
pkg = "hasql-pool";
ver = "1.0.1";
sha256 = "sha256-Hf1f7lX0LWkjrb25SDBovCYPRdmUP1H6pAxzi7kT4Gg=";
}
{ });

jose-jwt = prev.jose-jwt_0_10_0;

postgresql-libpq = lib.dontCheck
(prev.postgresql-libpq.override {
(prev.postgresql-libpq_0_10_1_0.override {
postgresql = super.libpq;
});

hasql-notifications = lib.dontCheck (prev.callHackageDirect
{
pkg = "hasql-notifications";
ver = "0.2.2.0";
sha256 = "sha256-73OQ9/su2qvO7HavF3xuuNWLXSXyB9reBUQDaHys06I=";
}
{ }
);

};
in
{
Expand Down

0 comments on commit 1f2686b

Please sign in to comment.