File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/tools/security/galer Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
66buildGoModule 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}
You can’t perform that action at this time.
0 commit comments