Skip to content

Commit 5f3090d

Browse files
committed
Fix rules_nixpkgs sha256
1 parent ea80e64 commit 5f3090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ load(
99
load(":private/ghc_ci.bzl", "ghc_default_version")
1010

1111
_rules_nixpkgs_version = "0.11.1"
12-
_rules_nixpkgs_sha256 = "108f78082c4842639ccc13fa5ad70ce7a7440991443ca1d5b15726cadd964053"
12+
_rules_nixpkgs_sha256 = "2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a"
1313

1414
_rules_sh_version = "v0.4.0"
1515
_rules_sh_sha256 = "3243af3fcb3768633fd39f3654de773e5fb61471a2fae5762a1653c22c412d2c"

0 commit comments

Comments
 (0)