Commit 222c7ca7 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

libchewing: canonicalise unstable version naming

Prefix the "unstable" (untagged) version with the previously tagged
version number.
parent 34bdc3a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";