nix-linter: 0.2.0.3 -> 0.2.0.4
This commit is contained in:
parent
4ed08031db
commit
1f57d3e722
2 changed files with 8 additions and 3 deletions
|
@ -2596,6 +2596,11 @@ self: super: {
|
|||
# Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit
|
||||
mmark = doDistribute self.mmark_0_0_7_5;
|
||||
|
||||
# https://github.com/Synthetica9/nix-linter/issues/65
|
||||
nix-linter = super.nix-linter.overrideScope (self: super: {
|
||||
aeson = self.aeson_1_5_6_0;
|
||||
});
|
||||
|
||||
# Test suite doesn't support hspec 2.8
|
||||
# https://github.com/zellige/hs-geojson/issues/29
|
||||
geojson = dontCheck super.geojson;
|
||||
|
|
|
@ -21,13 +21,13 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "nix-linter";
|
||||
version = "0.2.0.3";
|
||||
version = "0.2.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Synthetica9";
|
||||
repo = "nix-linter";
|
||||
rev = "38c4a14681cf3a1e6f098d8b723db503910a28d8";
|
||||
sha256 = "16igk4xnm4mg9mw0zg2zk6s44axia3fs6334fasvjy0c7cjwk4c7";
|
||||
rev = "ecdd50750fd3ffaff83c0637474b884a0c38f8b9";
|
||||
sha256 = "0hm6iaamh1wlvqk8z4yfh4idgbclbsimxhlgflwz2hnv9mm12sf1";
|
||||
};
|
||||
|
||||
isLibrary = false;
|
||||
|
|
Loading…
Reference in a new issue