Unverified Commit e42f00c9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260862 from noisersup/ferretdb-1.12.1

ferretdb: 1.11.0 -> 1.12.1
parents b6dfb522 a5a68ca3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,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 = ''
@@ -20,7 +20,7 @@ buildGo121Module rec {
    echo nixpkgs     > build/version/package.txt
  '';

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

  CGO_ENABLED = 0;