goPackages.inflect: add version suffix
Instead of approach in #12002, I chose the commit-date style to preserve linearity if it (ever) gets updates. The package seems to do no releases.
This commit is contained in:
parent
b91dcad4bc
commit
6a51a615b4
1 changed files with 1 additions and 1 deletions
|
@ -1745,7 +1745,7 @@ let
|
|||
};
|
||||
|
||||
inflect = buildGoPackage {
|
||||
name = "inflect";
|
||||
name = "inflect-2013-08-29";
|
||||
goPackagePath = "bitbucket.org/pkg/inflect";
|
||||
src = fetchFromBitbucket {
|
||||
rev = "8961c3750a47b8c0b3e118d52513b97adf85a7e8";
|
||||
|
|
Loading…
Reference in a new issue