We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915af63 commit 584280dCopy full SHA for 584280d
pkgs/tools/security/galer/default.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "galer";
8
- version = "0.0.2";
+ version = "0.1.0";
9
10
src = fetchFromGitHub {
11
owner = "dwisiswant0";
12
repo = pname;
13
rev = "v${version}";
14
- hash = "sha256-i3rrXpKnUV9REnn4lQWIFpWc2SzkxVomruiAmcMBQ6Q=";
+ hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
15
};
16
17
- vendorHash = "sha256-2nJgQfSeo9GrK6Kor29esnMEFmd5pTd8lGwzRi4zq1w=";
+ vendorHash = "sha256-WDOwUjU6AP/8QvqiKTEY6wsMBZQFWn/LGWr8nfqDF+8=";
18
19
meta = with lib; {
20
description = "Tool to fetch URLs from HTML attributes";
0 commit comments