Merge pull request #160591 from r-ryantm/auto-update/git-lfs

git-lfs: 3.1.1 -> 3.1.2
This commit is contained in:
Mario Rodas 2022-02-18 06:07:58 -05:00 committed by GitHub
commit e056e7544f
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.1.1";
version = "3.1.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "sha256-xXE0BCO1Ur5qhn0gOKOqaSGKNeXNEHD+pZCz1SoPD3A=";
sha256 = "sha256-IEo8poEYPjAbBGk+SQdJqyhwgMYjNLdibI+AktVIg1g=";
};
goPackagePath = "github.com/git-lfs/git-lfs";