Skip to content

Commit

Permalink
mubeng: 0.19.0 -> 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2025
1 parent 8901958 commit 635abcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mu/mubeng/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "mubeng";
version = "0.19.0";
version = "0.21.0";

src = fetchFromGitHub {
owner = "kitabisa";
repo = "mubeng";
rev = "refs/tags/v${version}";
hash = "sha256-DZwtHLSsV6JYEqb6fdLtJs8DdaMBBb0uSx6AL1cjjBs=";
hash = "sha256-LApviKG6sgIYtosU0xW4lkBH0iB7MGB4bfG9fPI16iQ=";
};

vendorHash = "sha256-TZDQCvcwsCa08bBBb8Zs8W0OFDYb+ZWN85+VCelFgyc=";
vendorHash = "sha256-Uvxkvj5hodVQ0j05HZdSKammGWy9DxEIBT0VnCW8QuI=";

ldflags = [
"-s"
Expand Down

0 comments on commit 635abcd

Please sign in to comment.