Merge pull request #97010 from marsam/update-git-lfs

git-lfs: 2.11.0 -> 2.12.0
This commit is contained in:
Mario Rodas 2020-09-03 23:35:47 -05:00 committed by GitHub
commit 01ed700247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "git-lfs";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "05qd96bn2cl7gn5qarbcv6scdpj28qiwdfzalamqk5jjiidpmng5";
sha256 = "0pyvlcy6jxh0vzpsmywlbzwwdyj3jkcclnqb6sg786mmwrnqzj88";
};
goPackagePath = "github.com/git-lfs/git-lfs";
@ -30,6 +30,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Git extension for versioning large files";
homepage = "https://git-lfs.github.com/";
changelog = "https://github.com/git-lfs/git-lfs/releases/tag/v${version}";
license = [ licenses.mit ];
maintainers = [ maintainers.twey maintainers.marsam ];
};