libchewing: canonicalise unstable version naming

Prefix the "unstable" (untagged) version with the previously tagged
version number.
This commit is contained in:
Yueh-Shun Li 2024-05-25 15:46:19 +08:00
parent 34bdc3a46a
commit 222c7ca7a9

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libchewing";
version = "unstable-2020-06-27";
version = "0.5.1-unstable-2020-06-27";
src = fetchFromGitHub {
owner = "chewing";