diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-07 07:02:18 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 23:18:01 +0200 |
commit | 766ec45bb50c4e4335e7529f070e87af510c3914 (patch) | |
tree | 7ba687b40e09459c90b93ae58cef80a386cc580b /default.nix | |
parent | 43c782b50fe9c5acbfd04139337873326015e27d (diff) |
refactor: convert countries.json to TOML
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 c93187e..52527c2 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ pkgs.buildGoModule { pname = "lex-surf"; version = "git"; src = ./.; - vendorHash = "sha256-8FDvleOMW1EzFQ116fQR7iKsETj9ZhXC7LFgAbSoLM4="; + vendorHash = "sha256-AfMqgXH9+FJ9SRa8FnL6LaoZ4M6RCQpiYChVz6eJbBk="; postInstall = '' cp -r lex-serve/assets $out/ |