Skip to content

Commit 584280d

Browse files
committed
galer: 0.0.2 -> 0.1.0
1 parent 915af63 commit 584280d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/galer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "galer";
8-
version = "0.0.2";
8+
version = "0.1.0";
99

1010
src = fetchFromGitHub {
1111
owner = "dwisiswant0";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-i3rrXpKnUV9REnn4lQWIFpWc2SzkxVomruiAmcMBQ6Q=";
14+
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
1515
};
1616

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

1919
meta = with lib; {
2020
description = "Tool to fetch URLs from HTML attributes";

0 commit comments

Comments
 (0)