diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 21:37:32 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-06 21:40:36 +0200 |
commit | 455778d2db961c36c54550ed3fc02a23aeaac34b (patch) | |
tree | f4153bf0c65b956ac5e72f2e4949e014fa4a7056 /default.nix | |
parent | 5ad1feb9925cb4c4b25913aa88f864a062c58ffa (diff) |
refactor: use slog from standard library
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 01d0210..cd08afa 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ pkgs.buildGoModule rec { pname = "rust-features"; version = "git"; src = ./.; - vendorHash = "sha256-WaDp7wKYHeV8hAAwPGmp1Dv8Hkwzl+Mzr8yzuUP2TgQ="; + vendorHash = "sha256-CVycV7wxo7nOHm7qjZKfJrIkNcIApUNzN1mSIIwQN0g="; nativeBuildInputs = [pkgs.makeWrapper]; postInstall = '' |