ferretdb: 1.11.0 -> 1.12.1

This commit is contained in:
noisersup 2023-10-13 12:42:47 +02:00
parent a97d85ff06
commit a5a68ca319

View File

@ -5,13 +5,13 @@
buildGo121Module rec {
pname = "ferretdb";
version = "1.11.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "FerretDB";
repo = "FerretDB";
rev = "v${version}";
hash = "sha256-jasAfbE3CRlBJeyMnqKJBbmA+W/QnytGIUdyXR55EaU=";
hash = "sha256-3fLTiI13Mm+G6EEEOzCuJ9KVebCq5O54hyH6JiCRRL8=";
};
postPatch = ''
@ -19,7 +19,7 @@ buildGo121Module rec {
echo nixpkgs > build/version/package.txt
'';
vendorHash = "sha256-5TjKGGEX66qNr2/25zRd7UESi03g7FI1AfEsW2mBcDE=";
vendorHash = "sha256-l45KFDpqprBWnsVRhOJkCWolZapArRvjUb52R5hc5zs=";
CGO_ENABLED = 0;