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

git-lfs: 3.1.2 -> 3.1.4
This commit is contained in:
Mario Rodas 2022-04-22 18:40:50 -05:00 committed by GitHub
commit 08204b0c77
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.2";
version = "3.1.4";
src = fetchFromGitHub {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "sha256-IEo8poEYPjAbBGk+SQdJqyhwgMYjNLdibI+AktVIg1g=";
sha256 = "sha256-dGqb7gw7l2SPGwhHIFbEq6XqMB9QRw3+3Pfbk2S4kW4=";
};
goPackagePath = "github.com/git-lfs/git-lfs";