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

git-lfs: 3.0.1 -> 3.0.2
This commit is contained in:
Mario Rodas 2021-10-28 23:56:43 -05:00 committed by GitHub
commit 20f4c99c65
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 = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "0989wai2k1gzkmwk5x6f6llsf0nn5jr5dpwayw4f8bws09da6dm6";
sha256 = "0k2pzbhd95xixh5aqdwf5pafilg85wl46d04xbb4lx6k3gkfv0f3";
};
goPackagePath = "github.com/git-lfs/git-lfs";