hnix-store-core: update overrides for the latest version
This commit is contained in:
parent
7ef37f8806
commit
de00ad9932
@ -223,7 +223,7 @@ self: super: {
|
|||||||
# https://github.com/haskell-nix/hnix-store/issues/104
|
# https://github.com/haskell-nix/hnix-store/issues/104
|
||||||
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
|
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
|
||||||
# the 0_4_0_0 is used
|
# 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
|
# Until unpin, which may hold off in time due to Stackage maintenence bottleneck
|
||||||
# the 0_4_0_0 is used
|
# the 0_4_0_0 is used
|
||||||
hnix-store-remote = (super.hnix-store-remote.override {
|
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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user