3
0
Fork 0
forked from mirrors/nixpkgs

ydict: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2023-11-02 13:37:25 +00:00
parent 9fe9de9762
commit 594ab69558

View file

@ -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=";