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

git-lfs: 3.0.2 -> 3.1.1

authored by

Mario Rodas and committed by
GitHub
a0331056 527cce70

+2 -2
+2 -2
pkgs/applications/version-management/git-lfs/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 pname = "git-lfs"; 5 - version = "3.0.2"; 5 + version = "3.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "git-lfs"; 10 10 repo = "git-lfs"; 11 - sha256 = "0k2pzbhd95xixh5aqdwf5pafilg85wl46d04xbb4lx6k3gkfv0f3"; 11 + sha256 = "sha256-xXE0BCO1Ur5qhn0gOKOqaSGKNeXNEHD+pZCz1SoPD3A="; 12 12 }; 13 13 14 14 goPackagePath = "github.com/git-lfs/git-lfs";