mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
Bump version to 1.3.0
This commit is contained in:
parent
3b14c28de9
commit
1e03e4a757
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib }:
|
||||
(import ./generic.nix {
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
src = lib.cleanSourceWith {
|
||||
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
|
||||
"tests"
|
||||
|
|
Loading…
Reference in a new issue