mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cdecl: 18.4.1 -> 18.4.2
This commit is contained in:
parent
81c8dee706
commit
a13e52ca02
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cdecl";
|
pname = "cdecl";
|
||||||
version = "18.4.1";
|
version = "18.4.2";
|
||||||
|
|
||||||
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-GtNB55zFIpt6yYE3olC3yQr2RLsS9AMewzJKDcb67GM=";
|
hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue