Unverified Commit 1a150ffe authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

git-lfs: 3.2.0 -> 3.3.0
parents 73a6462d 9a3e81a4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{ 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"