leaps: 0.5.1 -> 0.9.0

This commit is contained in:
Michiel Leenaars
2018-02-22 23:27:44 +01:00
parent 664cb083e7
commit a87d974dfb
2 changed files with 188 additions and 97 deletions
+4 -4
View File
@@ -2,14 +2,14 @@
buildGoPackage rec {
name = "leaps-${version}";
version = "0.5.1";
version = "0.9.0";
goPackagePath = "github.com/jeffail/leaps";
goPackagePath = "github.com/Jeffail/leaps";
src = fetchFromGitHub {
owner = "jeffail";
owner = "Jeffail";
repo = "leaps";
sha256 = "0w63y777h5qc8fwnkrbawn3an9px0l1zz3649x0n8lhk125fvchj";
sha256 = "1bzas7ixyfsfh81lnvplhx59yghkmnmy5p7jv9rnwp219dwbylpz";
rev = "v${version}";
};