diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-13 23:56:51 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-13 23:56:51 +0100 |
commit | 1254c353241f6afcf3dd958088629d9fe2f5cb75 (patch) | |
tree | b33a5015bb45fb7470d125274ab202ac1608ef91 /default.nix | |
parent | 34872fa3332f69600721860aa4c830c230ebdf87 (diff) |
fix Nix build
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 55107e2..ce4074f 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "latest"; goPackagePath = "go.eth.moe/dispatch"; - modSha256 = "1qw502x293j596d0ilw94mkrir8isw770bah05shd6mvh1hcgrvn"; + modSha256 = "1v91pdg4n04vdwqgkl90kll8l5g33fgy99kin3wddw9pvih3vqw8"; src = ./.; |