cdecl: 18.4.2 -> 18.5
This commit is contained in:
parent
cc0851f978
commit
c6a6855216
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cdecl";
|
pname = "cdecl";
|
||||||
version = "18.4.2";
|
version = "18.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paul-j-lucas";
|
owner = "paul-j-lucas";
|
||||||
repo = "cdecl";
|
repo = "cdecl";
|
||||||
tag = "cdecl-${finalAttrs.version}";
|
tag = "cdecl-${finalAttrs.version}";
|
||||||
hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU=";
|
hash = "sha256-cC098+W8cbcumBv+3ZFwGYXmens4u0aQSx5Lvw6maYM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user