goldendict-ng: 25.02.0 -> 25.05.0

This commit is contained in:
linsui
2025-04-19 16:29:06 +08:00
parent 72927d5ca7
commit ec631cc05c
@@ -30,13 +30,13 @@
stdenv.mkDerivation {
pname = "goldendict-ng";
version = "25.02.0";
version = "25.05.0";
src = fetchFromGitHub {
owner = "xiaoyifang";
repo = "goldendict-ng";
tag = "v25.02.0-Release.e895b18c";
hash = "sha256-k8pGzrSFbAUP7DG3lSAYBa5WeeSUbjZMvMqmxPqdT3E=";
tag = "v25.05.0-Release.2a2b0e16";
hash = "sha256-PBqkVac867xE4ZcvwTysAK6rQSoEZelKrV9USvFsaLk=";
};
nativeBuildInputs = [