fix fetchhg

This commit is contained in:
figsoda 2023-01-03 14:15:45 -05:00
parent d7e858621a
commit 59ec469378
3 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ pub struct Fetchhg(pub bool);
impl_fetcher!(Fetchhg);
impl<'a> SimpleFetcher<'a, 1> for Fetchhg {
const HASH_KEY: &'static str = "sha256";
const KEYS: [&'static str; 1] = ["url"];
const NAME: &'static str = "fetchhg";

View File

@ -1,5 +1,5 @@
fetchhg {
url = "https://hg.sr.ht/~scoopta/wofi";
rev = "v1.3";
hash = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w=";
sha256 = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w=";
}

View File

@ -1,5 +1,5 @@
fetchhg {
url = "https://hg.sr.ht/~scoopta/wofi";
rev = "v1.3";
hash = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w=";
sha256 = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w=";
}