ferretdb: 1.6.0 -> 1.6.1

This commit is contained in:
Julien Malka
2023-07-26 18:16:34 +02:00
parent f323c37700
commit 3ea5c9c57f
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ferretdb";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "FerretDB";
repo = "FerretDB";
rev = "v${version}";
hash = "sha256-HRU2s+i6Be0gRsU7kNfloouBLbgZtnn6OiXYaeUYtiQ=";
hash = "sha256-DRI05dGEzaQtI9+SEbFqK5i/8b4hmaoJubDI/6K8vUc=";
};
postPatch = ''