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

Merge pull request #265021 from r-ryantm/auto-update/ydict

ydict: 2.2.1 -> 2.2.2
parents e0676e92 594ab695
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "ydict";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "TimothyYe";
    repo = "ydict";
    rev = "v${version}";
    sha256 = "sha256-qrGOrqI+PXsDNCmgcCPDNn6qUYu2emhYSkYsz4sj27M=";
    sha256 = "sha256-FcrkfWE1m5OveK4YPgVmUbL/jkh2NEs9bfeCHm2H9P8=";
  };

  vendorHash = "sha256-c5nQVQd4n978kFAAKcx5mX2Jz16ZOhS8iL/oxS1o5xs=";