Skip to content

Commit

Permalink
galer: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 6, 2024
1 parent 584280d commit df946a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/security/galer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ buildGoModule rec {

src = fetchFromGitHub {
owner = "dwisiswant0";
repo = pname;
rev = "v${version}";
repo = "galer";
rev = "refs/tags/v${version}";
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
};

vendorHash = "sha256-WDOwUjU6AP/8QvqiKTEY6wsMBZQFWn/LGWr8nfqDF+8=";

meta = with lib; {
description = "Tool to fetch URLs from HTML attributes";
mainProgram = "galer";
homepage = "https://github.com/dwisiswant0/galer";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "galer";
};
}

0 comments on commit df946a8

Please sign in to comment.