git-lfs: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2022-02-18 08:55:03 +00:00
parent b715fcd9d9
commit ce85c6a203

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