git-lfs: 2.11.0 -> 2.12.0

https://github.com/git-lfs/git-lfs/releases/tag/v2.12.0
This commit is contained in:
Mario Rodas 2020-09-02 04:20:00 +00:00
parent e30287c590
commit d8d4fc6f6d

View File

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