libcbor: prepend version with 'unstable-' per policy
Per reviewer suggestion, thanks! Co-Authored-By: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
parent
66e93cb96e
commit
063b619338
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libcbor";
|
||||
version = "2019-07-25";
|
||||
version = "unstable-2019-07-25";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PJK";
|
||||
|
|
Loading…
Reference in a new issue