Bump version to 1.0.0

This commit is contained in:
adisbladis 2022-08-23 21:30:33 +08:00
parent 26d81380a1
commit 338342f107

View file

@ -3,7 +3,7 @@
buildGoApplication {
inherit go;
pname = "gomod2nix";
version = "1.0.0-rc1";
version = "1.0.0";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"