Unverified Commit 0e2551de authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226308 from wegank/hilbish-bump

hilbish: 2.1.0 -> 2.1.2
parents a54b28e7 63c74838
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "hilbish";
  version = "2.1.0";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "Rosettea";
    repo = "Hilbish";
    rev = "v${version}";
    sha256 = "sha256-iXDBo3bcmjsDy+iUREpg+sDTFN2LeF7jA+mg62LKeIs=";
    hash = "sha256-OEuriFnVDS0POXoPeUk4IcLtV3JAMLDM2apDxmjg5cQ=";
    fetchSubmodules = true;
  };