ferretdb: 1.17.0 -> 1.18.0 (#279837)

Changelog: https://github.com/FerretDB/FerretDB/releases/tag/v1.18.0
This commit is contained in:
R. RyanTM
2024-01-09 15:45:36 +01:00
committed by GitHub
parent 4b0751bbc6
commit e60846e9ff
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "ferretdb";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "FerretDB";
repo = "FerretDB";
rev = "v${version}";
hash = "sha256-GHUIr43rcA+H9FLQrrnTKLggyujGE0Is0VisLkL/EQI=";
hash = "sha256-NNfX0WY3AynH5CtvBMaPcurom7r7suxKwn+kVnlxM/A=";
};
postPatch = ''
@@ -20,7 +20,7 @@ buildGoModule rec {
echo nixpkgs > build/version/package.txt
'';
vendorHash = "sha256-Mgc+TpK7XnRCT/CLDyW7fIs6jB2LbYlTceiytErIj+U=";
vendorHash = "sha256-4AUTKZ4eJZkaSKq5norUDeGhIRygLSIuXxhs3z3uGxs=";
CGO_ENABLED = 0;