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
log4cplus: 2.0.4 -> 2.0.5
R. RyanTM
6 years ago
183dddfc
17ab5f9d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
log4cplus
default.nix
+2
-2
pkgs/development/libraries/log4cplus/default.nix
···
1
1
{ stdenv, fetchurl }:
2
2
3
3
let
4
4
-
name = "log4cplus-2.0.4";
4
4
+
name = "log4cplus-2.0.5";
5
5
in
6
6
stdenv.mkDerivation {
7
7
inherit name;
8
8
9
9
src = fetchurl {
10
10
url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
11
11
-
sha256 = "0lh2i22znx573jchcfy4n5lrr9yjg2hd3iphhlih61zzmd67p2hc";
11
11
+
sha256 = "05gb0crf440da3vcaxavglzvsldw8hsvxq3xvvj73mzniv3bz3dk";
12
12
};
13
13
14
14
meta = {