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