ferretdb: 0.5.4 -> 0.6.0

authored by R. Ryantm and committed by Bobby Rong b43682ff 276ab9c4

+3 -3
+3 -3
pkgs/servers/nosql/ferretdb/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "ferretdb"; 8 - version = "0.5.4"; 8 + version = "0.6.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "FerretDB"; 12 12 repo = "FerretDB"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-GRxs+MTF+ZhZH2yGMY3+2ZCRmVZ7m8uYlqNXASEiS+8="; 14 + sha256 = "sha256-b12188yIEv2Ne0jhrPh6scvJyu+SipYvySe81Z+gYrc="; 15 15 }; 16 16 17 17 postPatch = '' 18 18 echo ${version} > internal/util/version/gen/version.txt 19 19 ''; 20 20 21 - vendorSha256 = "sha256-MSIU99IOpCU3g5GASCKc6mqghnkFXXpan9PyI6L5+dI="; 21 + vendorSha256 = "sha256-Tm7uuvs/OyhO1cjtwtiaokjyXF1h01Ev88ofT9gpWXs="; 22 22 23 23 CGO_ENABLED = 0; 24 24