Loading pkgs/servers/nosql/ferretdb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,20 +5,20 @@ buildGoModule rec { pname = "ferretdb"; version = "0.5.4"; version = "0.6.0"; src = fetchFromGitHub { owner = "FerretDB"; repo = "FerretDB"; rev = "v${version}"; sha256 = "sha256-GRxs+MTF+ZhZH2yGMY3+2ZCRmVZ7m8uYlqNXASEiS+8="; sha256 = "sha256-b12188yIEv2Ne0jhrPh6scvJyu+SipYvySe81Z+gYrc="; }; postPatch = '' echo ${version} > internal/util/version/gen/version.txt ''; vendorSha256 = "sha256-MSIU99IOpCU3g5GASCKc6mqghnkFXXpan9PyI6L5+dI="; vendorSha256 = "sha256-Tm7uuvs/OyhO1cjtwtiaokjyXF1h01Ev88ofT9gpWXs="; CGO_ENABLED = 0; Loading Loading
pkgs/servers/nosql/ferretdb/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,20 +5,20 @@ buildGoModule rec { pname = "ferretdb"; version = "0.5.4"; version = "0.6.0"; src = fetchFromGitHub { owner = "FerretDB"; repo = "FerretDB"; rev = "v${version}"; sha256 = "sha256-GRxs+MTF+ZhZH2yGMY3+2ZCRmVZ7m8uYlqNXASEiS+8="; sha256 = "sha256-b12188yIEv2Ne0jhrPh6scvJyu+SipYvySe81Z+gYrc="; }; postPatch = '' echo ${version} > internal/util/version/gen/version.txt ''; vendorSha256 = "sha256-MSIU99IOpCU3g5GASCKc6mqghnkFXXpan9PyI6L5+dI="; vendorSha256 = "sha256-Tm7uuvs/OyhO1cjtwtiaokjyXF1h01Ev88ofT9gpWXs="; CGO_ENABLED = 0; Loading