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
@ -1745,7 +1745,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
inflect = buildGoPackage {
|
inflect = buildGoPackage {
|
||||||
name = "inflect";
|
name = "inflect-2013-08-29";
|
||||||
goPackagePath = "bitbucket.org/pkg/inflect";
|
goPackagePath = "bitbucket.org/pkg/inflect";
|
||||||
src = fetchFromBitbucket {
|
src = fetchFromBitbucket {
|
||||||
rev = "8961c3750a47b8c0b3e118d52513b97adf85a7e8";
|
rev = "8961c3750a47b8c0b3e118d52513b97adf85a7e8";
|
||||||
|
Loading…
Reference in New Issue
Block a user