Merge pull request #57648 from vdemeester/update-kail

kail: 0.7.0 -> 0.8.0
This commit is contained in:
xeji 2019-03-14 19:59:42 +01:00 committed by GitHub
commit f2e55341af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "kail-${version}";
version = "0.7.0";
version = "0.8.0";
goPackagePath = "github.com/boz/kail";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "boz";
repo = "kail";
rev = "v${version}";
sha256 = "0j0948wjn0jsk89fp0l29pd90n86wi85yghrbdhwihhgyqcdmhi0";
sha256 = "0ibk7j40pj6f2086qcnwp998wld61d2gvrv7yiy6hlkalhww2pq7";
};
# regenerate deps.nix using following steps: