summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-18 18:22:12 +0100
committerPeter Simons <simons@cryp.to>2021-01-22 20:34:21 +0100
commitde00ad9932876f5d51c4f6e86f46a1b477c7af92 (patch)
tree3bf09448970f171ab3ee5d3ebae79c8d18e6a181 /pkgs
parent7ef37f88061e57e6771d650499714469c421cbd2 (diff)
hnix-store-core: update overrides for the latest version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index baac651d5b0f..2cf459bd260f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -223,7 +223,7 @@ self: super: {
# https://github.com/haskell-nix/hnix-store/issues/104
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
# the 0_4_0_0 is used
- hnix-store-core = self.hnix-store-core_0_4_0_0; # at least 1.7
+ hnix-store-core = self.hnix-store-core_0_4_1_0; # at least 1.7
});
@@ -232,7 +232,7 @@ self: super: {
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
# the 0_4_0_0 is used
hnix-store-remote = (super.hnix-store-remote.override {
- hnix-store-core = self.hnix-store-core_0_4_0_0; # at least 1.7
+ hnix-store-core = self.hnix-store-core_0_4_1_0; # at least 1.7
});