Merge pull request #203858 from marsam/update-git-lfs

git-lfs: 3.2.0 -> 3.3.0
This commit is contained in:
Mario Rodas 2022-12-01 04:56:46 -05:00 committed by GitHub
commit 1a150ffe39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
{ lib, buildGoModule, fetchFromGitHub, ronn, installShellFiles, git, testers, git-lfs }:
{ lib, buildGoModule, fetchFromGitHub, asciidoctor, installShellFiles, git, testers, git-lfs }:
buildGoModule rec {
pname = "git-lfs";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "git-lfs";
repo = "git-lfs";
rev = "v${version}";
sha256 = "sha256-3gVUPfZs5GViEA3D7Zm5NdxhuEz9DhwPLoQqHFdGCrI=";
hash = "sha256-r1z97sgqo1IyR0oW5b3bMGTUHGE8U+hrWgQ0Su9FRrw=";
};
vendorSha256 = null;
vendorHash = "sha256-did6qAUawmQ/juLzJWIXGzmErj9tBKgM7HROTezX+tw=";
nativeBuildInputs = [ ronn installShellFiles ];
nativeBuildInputs = [ asciidoctor installShellFiles ];
ldflags = [
"-s"