git-lfs: 3.2.0 -> 3.3.0

https://github.com/git-lfs/git-lfs/releases/tag/v3.3.0
This commit is contained in:
Mario Rodas 2022-11-30 04:20:00 +00:00
parent ed44dddfc6
commit 9a3e81a403

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"