Merge pull request #64 from adisbladis/1.0.0-rc1

Set version to 1.0.0-rc1
This commit is contained in:
adisbladis 2022-06-14 21:03:15 +08:00 committed by GitHub
commit 197bc13f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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