Skip to content

Commit 40f6362

Browse files
committed
Update example commits
1 parent 8a0ba59 commit 40f6362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-stack2nix-builder-example/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
if builtins.pathExists ../.in-static-haskell-nix
1414
then toString ../. # for the case that we're in static-haskell-nix itself, so that CI always builds the latest version.
1515
# Update this hash to use a different `static-haskell-nix` version:
16-
else fetchTarball https://github.com/nh2/static-haskell-nix/archive/1d37d9a83e570eceef9c7dad5c89557f8179a076.tar.gz;
16+
else fetchTarball https://github.com/nh2/static-haskell-nix/archive/4521a448dda7a613e29d3bcd8e725c96202c5728.tar.gz;
1717

1818
# Pin nixpkgs version
1919
# By default to the one `static-haskell-nix` provides, but you may also give

0 commit comments

Comments
 (0)