bunster: 0.8.0 -> 0.9.0 (#387683)

Co-authored-by: yunz-dev <yunz-dev@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-08 07:14:11 +00:00
committed by GitHub
co-authored by yunz-dev
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "bunster";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "yassinebenaid";
repo = "bunster";
tag = "v${version}";
hash = "sha256-ZooaM9zi6tC7Y6Oks7OEtMPX0+4kd1UaBGzfNLgCj10=";
hash = "sha256-HE5Wp5A0wc5jgs9kNkCH1f82Y+SkILHvOwlQAsC6DVU=";
};
vendorHash = "sha256-Gs+8J+yEVynsBte3Hnx7jnYRPa/61CIISDbMyDKhPRE=";