mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01:00
nix flake init
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
14dc0df6c4
commit
e87b6091bf
10 changed files with 5057 additions and 0 deletions
26
nix/go-maven-resolver.nix
Normal file
26
nix/go-maven-resolver.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "go-maven-resolver";
|
||||
version = "1.1.2-unstable-2025-06-16";
|
||||
|
||||
vendorHash = "sha256-dlqI+onfeo4tTwmHeq8heVKRzLU1gFEQ+4iv+8egN90=";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "status-im";
|
||||
repo = "go-maven-resolver";
|
||||
rev = "473b36df1d12996fc5fbcb8b7cc4f60c9aa4f8e0";
|
||||
hash = "sha256-wYGjOcNnhMU2hwKGNLEAT4CcienKw5CvWieH1wV7bA8=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "go maven resolver";
|
||||
homepage = "https://github.com/status-im/go-maven-resolver";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "go-maven-resolver";
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue