galer: 0.1.0 -> 0.2.0 (#357561)

This commit is contained in:
Nick Cao 2024-11-21 09:53:55 -05:00 committed by GitHub
commit 3449ad4013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,20 +5,21 @@
buildGoModule rec {
pname = "galer";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "dwisiswant0";
repo = "galer";
rev = "refs/tags/v${version}";
hash = "sha256-/VvN6LjK+V8E9XYarRUI/TPGitMM0a3g1lfdYhV1yP8=";
hash = "sha256-otyvEXBiPBhWvyoJEG6Ho5HA63Lg78odMR4mc0n+xXo=";
};
vendorHash = "sha256-WDOwUjU6AP/8QvqiKTEY6wsMBZQFWn/LGWr8nfqDF+8=";
vendorHash = "sha256-BS7ZUq8/swZpTaYGjiF5OuZXQpoosZ3mdF9v1euijxo=";
meta = with lib; {
description = "Tool to fetch URLs from HTML attributes";
homepage = "https://github.com/dwisiswant0/galer";
changelog = "https://github.com/dwisiswant0/galer/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "galer";