Unverified Commit eb4c0290 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mubeng: 0.18.0 -> 0.19.0 (#367259)

parents 26a59653 eb00355e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchFromGitHub {
    owner = "kitabisa";
    repo = "mubeng";
    rev = "refs/tags/v${version}";
    hash = "sha256-V+0XPuMM2Jg2LEpWzxRNLZ44YRoEnf/Fvbj51p9hwL4=";
    hash = "sha256-DZwtHLSsV6JYEqb6fdLtJs8DdaMBBb0uSx6AL1cjjBs=";
  };

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