Merge pull request #275286 from noisersup/ferretdb-1.17.0

ferretdb: 1.16.0 -> 1.17.0
This commit is contained in:
Nick Cao 2023-12-28 12:27:58 -05:00 committed by GitHub
commit 396a459a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, nixosTests
}:
buildGo121Module rec {
buildGoModule rec {
pname = "ferretdb";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "FerretDB";
repo = "FerretDB";
rev = "v${version}";
hash = "sha256-Oh8VHWsV7jD2HgG2IVDV2krTBSCz4dyCENej1m6xnM4=";
hash = "sha256-GHUIr43rcA+H9FLQrrnTKLggyujGE0Is0VisLkL/EQI=";
};
postPatch = ''
@ -20,7 +20,7 @@ buildGo121Module rec {
echo nixpkgs > build/version/package.txt
'';
vendorHash = "sha256-iDPZ3DG/aWOHz61gVd56KhB7/RvsWOS+gfzk6Rx5c4o=";
vendorHash = "sha256-Mgc+TpK7XnRCT/CLDyW7fIs6jB2LbYlTceiytErIj+U=";
CGO_ENABLED = 0;