Mario Rodas 2020-09-02 04:20:00 +00:00
parent e30287c590
commit d8d4fc6f6d
1 changed files with 3 additions and 2 deletions

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 ];
};