From 0912cfc2d60a3ec45594e9745fb08e52079f78bb Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 9 Jan 2024 15:37:51 -0900 Subject: [PATCH] chore: update flake to include new mockgen (#11537) It looks like we updated mockgen to use Uber's fork, but the flake still pointed to a nixos-unstable commit containing 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 daf5c98fa2..91839d2745 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": {