ferretdb: buildGo121Module -> buildGoModule
This commit is contained in:
parent
f61302d5e3
commit
e8130ad55e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildGo121Module
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGo121Module rec {
|
buildGoModule rec {
|
||||||
pname = "ferretdb";
|
pname = "ferretdb";
|
||||||
version = "1.17.0";
|
version = "1.17.0";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue