3
0
Fork 0
forked from mirrors/nixpkgs

ydict: 2.2.0 -> 2.2.1

This commit is contained in:
zendo 2022-06-08 19:33:04 +08:00
parent 30ac7a8854
commit 316f6d7368

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ydict";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "TimothyYe";
repo = "ydict";
rev = "v${version}";
sha256 = "sha256-zhjsXZsRk0UNijjqjGjZh4TiPxAM5p+ic3JMx2wrPeY=";
sha256 = "sha256-qrGOrqI+PXsDNCmgcCPDNn6qUYu2emhYSkYsz4sj27M=";
};
vendorSha256 = "sha256-O6czDfKD18rGVMIZv6II09oQu1w0ijQRuZRGt2gj9Cs=";
vendorSha256 = "sha256-c5nQVQd4n978kFAAKcx5mX2Jz16ZOhS8iL/oxS1o5xs=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];