diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:47:32 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 22:47:32 +0100 |
commit | 530fc42f37eb17e3638f6aef055da77847e20dfa (patch) | |
tree | fe91448dee5f09898343600af08d3fcdbffaa72a /default.nix | |
parent | 8f19068b7a27ea8fd7f0cedd6353e496b0590d82 (diff) |
update go.eth.moe/httputil
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index ce5eeb6..55107e2 100644 --- a/default.nix +++ b/default.nix @@ -10,7 +10,7 @@ buildGoModule rec { version = "latest"; goPackagePath = "go.eth.moe/dispatch"; - modSha256 = "02ymhmswdgyg1l5p58bdmnkqmidimynp1p39fyyv65j1jjk9gxpp"; + modSha256 = "1qw502x293j596d0ilw94mkrir8isw770bah05shd6mvh1hcgrvn"; src = ./.; |