Unverified Commit df922ca8 authored by Patryk Kwiatek's avatar Patryk Kwiatek Committed by GitHub
Browse files

ferretdb: 1.12.1 -> 1.13.0 (#263779)

parent fb1c60b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

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

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

  vendorHash = "sha256-l45KFDpqprBWnsVRhOJkCWolZapArRvjUb52R5hc5zs=";
  vendorHash = "sha256-WrnACseWo+bLn0IJhGY/DFsrMFAyy7J02cjO4FvE2xA=";

  CGO_ENABLED = 0;