about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-lfs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-30 04:20:00 +0000
commit9a3e81a4030cc7d8575248879d525a8974e2d3b2 (patch)
treebf9750c7be992eb1811a9f8ba0c0c80f927627b1 /pkgs/applications/version-management/git-lfs
parented44dddfc674bd38fed493a9df2ad29c37780521 (diff)
git-lfs: 3.2.0 -> 3.3.0
https://github.com/git-lfs/git-lfs/releases/tag/v3.3.0
Diffstat (limited to 'pkgs/applications/version-management/git-lfs')
-rw-r--r--pkgs/applications/version-management/git-lfs/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/version-management/git-lfs/default.nix b/pkgs/applications/version-management/git-lfs/default.nix
index 45a5234accb1d..bbb7d29422aa7 100644
--- a/pkgs/applications/version-management/git-lfs/default.nix
+++ b/pkgs/applications/version-management/git-lfs/default.nix
@@ -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"