mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-08 11:39:11 +00:00
Set version to 1.0.0-rc1
This commit is contained in:
parent
0a790b6075
commit
6b1386b0ba
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
buildGoApplication {
|
||||
inherit go;
|
||||
pname = "gomod2nix";
|
||||
version = "0.1";
|
||||
version = "1.0.0-rc1";
|
||||
src = lib.cleanSourceWith {
|
||||
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
|
||||
"tests"
|
||||
|
|
Loading…
Reference in a new issue