tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
cdecl: 18.4.1 -> 18.4.2
R. Ryantm
10 months ago
a13e52ca
81c8dee7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
cd
cdecl
package.nix
+2
-2
pkgs/by-name/cd/cdecl/package.nix
···
11
11
12
12
stdenv.mkDerivation (finalAttrs: {
13
13
pname = "cdecl";
14
14
-
version = "18.4.1";
14
14
+
version = "18.4.2";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "paul-j-lucas";
18
18
repo = "cdecl";
19
19
tag = "cdecl-${finalAttrs.version}";
20
20
-
hash = "sha256-GtNB55zFIpt6yYE3olC3yQr2RLsS9AMewzJKDcb67GM=";
20
20
+
hash = "sha256-adM+EoumgZs207WpqMHG09RknC3gcaaemqPCZF3P6gU=";
21
21
};
22
22
23
23
strictDeps = true;