Skip to content

Commit

Permalink
bump checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 6, 2023
1 parent b1b589e commit 3a5fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgs.buildGoModule {

src = ./.;

vendorSha256 = "sha256-d4/KNzmmhpdUjdfrjaZ7c2Ba0OjYTtWwxe+MuTkN8Fw=";
vendorSha256 = "sha256-qtjjrvvRVcrJIM+EPWTd6xFgIbKvEqkiT3vjXakoQp0=";

# golangci-lint is marked as broken on macOS
nativeBuildInputs = pkgs.lib.optional (!pkgs.stdenv.isDarwin) [ pkgs.golangci-lint ];
Expand Down

0 comments on commit 3a5fe95

Please sign in to comment.