ferretdb: 1.14.0 -> 1.15.0 (#269168)

This commit is contained in:
Patryk Kwiatek 2023-11-22 14:57:04 +01:00 committed by GitHub
parent faf93f9750
commit 53bf48c749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGo121Module rec { buildGo121Module rec {
pname = "ferretdb"; pname = "ferretdb";
version = "1.14.0"; version = "1.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FerretDB"; owner = "FerretDB";
repo = "FerretDB"; repo = "FerretDB";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-x5In8cBRki3rHaAB+iSglL19UCD8DtITr5gjb8KKuAw="; hash = "sha256-J9pY84jaVsi31XdoAh3+fNgFNS88Nxxcs+hRV+bPn/M=";
}; };
postPatch = '' postPatch = ''
@ -20,7 +20,7 @@ buildGo121Module rec {
echo nixpkgs > build/version/package.txt echo nixpkgs > build/version/package.txt
''; '';
vendorHash = "sha256-0DFNDfJmBFpgzarg9FaGb8GV11LhA1N8oq0kSXIWxi8="; vendorHash = "sha256-NDLxf8aobamtR5/xn7YPgWQid4NZvj7v249tP1VGXfs=";
CGO_ENABLED = 0; CGO_ENABLED = 0;