summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authornoisersup <patryk@kwiatek.xyz>2023-05-25 10:48:20 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-25 10:10:30 +0000
commitbe5b4ac9060ab4820f00b9dfd28f064988d29f43 (patch)
tree660453a08d33098b91cbcaa88986a7cec2912511 /pkgs/servers
parent6497f21147c5098e2c4934d4e81cd726e2fb829c (diff)
ferretdb: 1.2.0 -> 1.2.1
(cherry picked from commit 22224846c42811fc67509e95acf47e4f5b51a76c)
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/nosql/ferretdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/ferretdb/default.nix b/pkgs/servers/nosql/ferretdb/default.nix
index 27dfa3d2ae03f..c7c0bdfe87047 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.2.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "FerretDB";
     repo = "FerretDB";
     rev = "v${version}";
-    sha256 = "sha256-m22NoeohM/rb43xOyWaGEc9P32FAhxZ5J2c706qJf4Y=";
+    sha256 = "sha256-j3gEC4/i+C35P8wf/A9lA5rnUB669/J+GpN/iiyjSlU=";
   };
 
   postPatch = ''