ferretdb: 1.2.0 -> 1.2.1 (#233950)

This commit is contained in:
Patryk Kwiatek
2023-05-25 11:39:29 +02:00
committed by GitHub
parent 26a8d6c354
commit e2ec447c57
+2 -2
View File
@@ -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 = ''