ferretdb: buildGo121Module -> buildGoModule

This commit is contained in:
Jörg Thalheim 2023-12-19 06:26:45 +01:00 committed by noisersup
parent f61302d5e3
commit e8130ad55e

View file

@ -1,10 +1,10 @@
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, nixosTests
}:
buildGo121Module rec {
buildGoModule rec {
pname = "ferretdb";
version = "1.17.0";