git-lfs: 3.0.2 -> 3.1.1

This commit is contained in:
R. Ryantm 2022-02-15 12:43:58 +00:00
parent 79fdbeb25a
commit 86e3298840

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";