diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-02-08 14:22:36 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-08 16:19:47 -0600 |
| commit | 7a7551af0aae406aa421323c4cac7ed4a6b44624 (patch) | |
| tree | bf82e1f3c9ef8789e305820c62b7c63eb1407dd6 /pkgs | |
| parent | 4bba74d5d7a752630849996f025779d4bcd708de (diff) | |
home: update for changes in 23.11
Diffstat (limited to '')
| -rw-r--r-- | pkgs/rqlite.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/rqlite.nix b/pkgs/rqlite.nix index 19d0fa3..86468b4 100644 --- a/pkgs/rqlite.nix +++ b/pkgs/rqlite.nix @@ -13,6 +13,6 @@ buildGoModule { sha256 = "0hi5kq8w26i8azlcxy750zmbciga6l5n090ir261n00djigm5m59"; }; - vendorSha256 = "sha256-YT1nK1vFmNCRJyWOiQhSJr83qW8uxkHXCZ81/Ch6qpg="; + vendorHash = "sha256-YT1nK1vFmNCRJyWOiQhSJr83qW8uxkHXCZ81/Ch6qpg="; doCheck = false; } |
