summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-25 12:09:42 +0200
committerGitHub <noreply@github.com>2023-05-25 12:09:42 +0200
commit6497f21147c5098e2c4934d4e81cd726e2fb829c (patch)
tree6eb4eacc9b60d5901a34ca725436f36a89dadd88 /pkgs/servers
parent3e01645c40b92d29f3ae76344a6d654986a91a91 (diff)
ferretdb: 1.1.0 -> 1.2.0 (#233956)
(cherry picked from commit 7ea816fd248e9115a6cb3b5c1567334fbf475400)

Co-authored-by: Julien Malka <julien@malka.sh>
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/ferretdb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/nosql/ferretdb/default.nix b/pkgs/servers/nosql/ferretdb/default.nix
index 59680593b3608..27dfa3d2ae03f 100644
--- a/pkgs/servers/nosql/ferretdb/default.nix
+++ b/pkgs/servers/nosql/ferretdb/default.nix
@@ -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;