summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-02-16 21:18:26 +0100
committerstuebinm2022-02-16 21:18:26 +0100
commit3aaa5af92ec0ec4134ddc6e8ee0417c263161f66 (patch)
tree0fd7f6ca66fc38c9d4115e2bfa38c1954a3c2b47
parent7c73bf1d94b8a972ba64fb8210290de7e6ab2839 (diff)
update nix build system
-rw-r--r--default.nix2
-rw-r--r--nix/sources.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/default.nix b/default.nix
index deea282..735b7a4 100644
--- a/default.nix
+++ b/default.nix
@@ -22,7 +22,7 @@ let
walint.dontStrip = false;
};
}];
- stack-sha256 = "16ilij2cygmwbdmjdzj6yl4yv7zi4qzwg7rxkxgp0hbjpkz6n42y";
+ stack-sha256 = "0ghwm2b81arypiypbbm2wza2f0cbqid7bm5qm93rr88pfavha2x1";
};
in
{
diff --git a/nix/sources.json b/nix/sources.json
index f9b2708..b0eafbe 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
- "rev": "c2677deef14f2772110f56b60d74dee25f19902f",
- "sha256": "0pa5n8lgq2hmsskyd7m4xsfiinq8mfpgw7g7ll3j77l5z4shi264",
+ "rev": "659b73698e06c02cc0f3029383bd383c8acdbe98",
+ "sha256": "0i91iwa11sq0v82v0zl82npnb4qqfm71y7gn3giyaixslm73kspk",
"type": "tarball",
- "url": "https://github.com/input-output-hk/haskell.nix/archive/c2677deef14f2772110f56b60d74dee25f19902f.tar.gz",
+ "url": "https://github.com/input-output-hk/haskell.nix/archive/659b73698e06c02cc0f3029383bd383c8acdbe98.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {