git-lfs: 2.5.2 -> 2.7.2

This commit is contained in:
Will Dietz 2019-05-10 03:19:45 -05:00
parent d0ea2df4fb
commit e9568d3b01
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "git-lfs-${version}";
version = "2.5.2";
version = "2.7.2";
goPackagePath = "github.com/git-lfs/git-lfs";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "1y9l35j59d422v9hsbi117anm5d0177nspiy9r2zbjz3ygd9a4ck";
sha256 = "1nf40rbdz901vsahg5cm09pznpina6wimmxl0lmh8pn0mi51yzvc";
};
preBuild = ''