fac: 1.1.0 -> 2.0.0

* update deps (dep2nix)
* seems to need $HOME/.fac.yml or emits warning
  (looks like even `touch ~/.fac.yml` appeases this)
This commit is contained in:
Will Dietz
2018-06-25 09:21:52 -05:00
parent 01847b7c5f
commit 44de467c7c
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "fac-${version}";
version = "1.1.0";
version = "2.0.0";
goPackagePath = "github.com/mkchoi212/fac";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "mkchoi212";
repo = "fac";
rev = "v${version}";
sha256 = "054j8yrblf1frcfn3dwrjbgf000i3ngbaz2c172nwbx75g309ihx";
sha256 = "054bbiw0slz9szy3ap2sh5dy97w3g7ms27rd3ww3i1zdhvnggwpc";
};
goDeps = ./deps.nix;