Merge pull request #142630 from marsam/update-git-lfs
git-lfs: 2.13.3 -> 3.0.1
This commit is contained in:
commit
bba8893b4b
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "git-lfs";
|
pname = "git-lfs";
|
||||||
version = "2.13.3";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "git-lfs";
|
owner = "git-lfs";
|
||||||
repo = "git-lfs";
|
repo = "git-lfs";
|
||||||
sha256 = "sha256-T4s/xnu5nL6dkEIo7xGywaE+EPH2OnzsaCF9OCGu7WQ=";
|
sha256 = "0989wai2k1gzkmwk5x6f6llsf0nn5jr5dpwayw4f8bws09da6dm6";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/git-lfs/git-lfs";
|
goPackagePath = "github.com/git-lfs/git-lfs";
|
||||||
|
@ -30,7 +30,7 @@ buildGoPackage rec {
|
||||||
meta = with lib; {
|
meta = with 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/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/git-lfs/git-lfs/raw/v${version}/CHANGELOG.md";
|
||||||
license = [ licenses.mit ];
|
license = [ licenses.mit ];
|
||||||
maintainers = [ maintainers.twey maintainers.marsam ];
|
maintainers = [ maintainers.twey maintainers.marsam ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue