Skip to content

Commit cd5bb9c

Browse files
authored
galer: 0.0.2 -> 0.1.0 (#346872)
2 parents c072d36 + df946a8 commit cd5bb9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/tools/security/galer/default.nix

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

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

1010
src = fetchFromGitHub {
1111
owner = "dwisiswant0";
12-
repo = pname;
13-
rev = "v${version}";
14-
hash = "sha256-i3rrXpKnUV9REnn4lQWIFpWc2SzkxVomruiAmcMBQ6Q=";
12+
repo = "galer";
13+
rev = "refs/tags/v${version}";
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";
21-
mainProgram = "galer";
2221
homepage = "https://github.com/dwisiswant0/galer";
23-
license = with licenses; [ mit ];
22+
license = licenses.mit;
2423
maintainers = with maintainers; [ fab ];
24+
mainProgram = "galer";
2525
};
2626
}

0 commit comments

Comments
 (0)