Skip to content

Commit

Permalink
git-lfs-transfer: init at unstable-2024-10-07
Browse files Browse the repository at this point in the history
  • Loading branch information
CHN-beta committed Oct 21, 2024
1 parent a7b7cd7 commit 0c55f95
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pkgs/by-name/gi/git-lfs-transfer/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
lib
, buildGoModule
, fetchFromGitHub
}:
buildGoModule {
pname = "git-lfs-transfer";
version = "unstable-2024-10-07";

src = fetchFromGitHub {
owner = "charmbracelet";
repo = "git-lfs-transfer";
rev = "422d24414fe4b803849b3f6fe7c4d8ab1b40803b";
hash = "sha256-YsplPW3i4W1RfkWQI1eGXFXb3JofQwKe+9LbjxeL1cM=";
};

vendorHash = "sha256-1cGlhLdnU6yTqzcB3J1cq3gawncbtdgkb3LFh2ZmXbM=";

meta = {
description = "Server-side implementation of the Git LFS pure-SSH protocol.";
mainProgram = "git-lfs-transfer";
homepage = "https://github.com/charmbracelet/git-lfs-transfer";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ chn ];
};
}

0 comments on commit 0c55f95

Please sign in to comment.