From 131ac52d6de84b6716b5b111671cd07a0694e2c1 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 9 Jan 2024 15:25:04 -0900 Subject: [PATCH] Update flake to include new mockgen It looks like we updated mockgen to use Uber's fork, but the flake still pointed to the old mockgen resulting in an error like: missing go.sum entry for module providing package github.com/golang/mock/mockgen/model --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index daf5c98fa2e96..91839d2745781 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1702312524, - "narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=", + "lastModified": 1704538339, + "narHash": "sha256-1734d3mQuux9ySvwf6axRWZRBhtcZA9Q8eftD6EZg6U=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a9bf124c46ef298113270b1f84a164865987a91c", + "rev": "46ae0210ce163b3cba6c7da08840c1d63de9c701", "type": "github" }, "original": {