Yureka 2023-09-28 11:26:39 +02:00
parent c6f7654c08
commit 356ac890ba

View File

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