mod: updated fetcher and vendor hashes

This commit is contained in:
2026-09-06 14:58:27 -04:00
parent 479ef575d8
commit c59dc1252a
4 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -12,14 +12,14 @@ in {
owner = "dlvhdr";
repo = "diffnav";
rev = "v${version}";
hash = "sha256-6VtAQzZNLQrf8QYVXxLUgb3F6xguFDbwaE9kahPhbSE=";
hash = "sha256-DrEbo9YYg4FCXQXuIkbPxO5Z3ZOPZJYeGoLoP/vT0Y0=";
};
vendorHash = "sha256-gmmckzR0D1oFuTG5TAb6gLMoNbcZl9EsjbFjhPfJqnQ=";
vendorHash = "sha256-2OzHyBPsylQVXhPlqk2owEhiibFi3H1UENvGGDdzGss";
ldflags = [
"-s"
"-w"
];
});
}
}