Merge pull request #244175 from DCsunset/goldendict-fix-rev

goldendict: fix wrong rev in fetchFromGitHub
This commit is contained in:
Nick Cao
2023-07-18 16:47:44 -06:00
committed by GitHub
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "goldendict";
repo = pname;
rev = "v${version}";
rev = version;
hash = "sha256-80o8y+mbzpyMQYUGHYs/zgQT23nLVCs7Jcr8FbbXn8M=";
};