mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
libchewing: canonicalise unstable version naming
Prefix the "unstable" (untagged) version with the previously tagged version number.
This commit is contained in:
parent
34bdc3a46a
commit
222c7ca7a9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user