Commit a5a68ca3 authored by noisersup's avatar noisersup
Browse files

ferretdb: 1.11.0 -> 1.12.1

parent a97d85ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGo121Module rec {
  pname = "ferretdb";
  version = "1.11.0";
  version = "1.12.1";

  src = fetchFromGitHub {
    owner = "FerretDB";
    repo = "FerretDB";
    rev = "v${version}";
    hash = "sha256-jasAfbE3CRlBJeyMnqKJBbmA+W/QnytGIUdyXR55EaU=";
    hash = "sha256-3fLTiI13Mm+G6EEEOzCuJ9KVebCq5O54hyH6JiCRRL8=";
  };

  postPatch = ''
@@ -19,7 +19,7 @@ buildGo121Module rec {
    echo nixpkgs     > build/version/package.txt
  '';

  vendorHash = "sha256-5TjKGGEX66qNr2/25zRd7UESi03g7FI1AfEsW2mBcDE=";
  vendorHash = "sha256-l45KFDpqprBWnsVRhOJkCWolZapArRvjUb52R5hc5zs=";

  CGO_ENABLED = 0;