Unverified Commit fd4c3880 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233458 from JulienMalka/ferretdb-1.2.0

ferretdb: 1.1.0 -> 1.2.0
parents 145f4b8a 7ea816fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "ferretdb";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "FerretDB";
    repo = "FerretDB";
    rev = "v${version}";
    sha256 = "sha256-V06NIjiT+uxN39vGhwvrU4hbrNezWReEtJdbW6BHIzE=";
    sha256 = "sha256-m22NoeohM/rb43xOyWaGEc9P32FAhxZ5J2c706qJf4Y=";
  };

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

  vendorSha256 = "sha256-/lM98VTQc6glhnpETW9XbxgN2fP6dBexueByFWwv5sk=";
  vendorSha256 = "sha256-6sddJcNzPxMarP0/QxpeWF0qXR8wT2kU6N6CtGKG1Tk=";

  CGO_ENABLED = 0;