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

git-lfs: 3.0.2 -> 3.1.1
This commit is contained in:
Mario Rodas 2022-02-15 09:01:58 -05:00 committed by GitHub
commit a03310564f
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.2";
version = "3.1.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "git-lfs";
repo = "git-lfs";
sha256 = "0k2pzbhd95xixh5aqdwf5pafilg85wl46d04xbb4lx6k3gkfv0f3";
sha256 = "sha256-xXE0BCO1Ur5qhn0gOKOqaSGKNeXNEHD+pZCz1SoPD3A=";
};
goPackagePath = "github.com/git-lfs/git-lfs";