Skip to content

Commit

Permalink
galer: 0.0.2 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2024
1 parent 915af63 commit 584280d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/galer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "galer";
version = "0.0.2";
version = "0.1.0";

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

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

meta = with lib; {
description = "Tool to fetch URLs from HTML attributes";
Expand Down

0 comments on commit 584280d

Please sign in to comment.