3
0
Fork 0
forked from mirrors/nixpkgs

duc: 1.4.3 -> 1.4.4 (#47824)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duc/versions
This commit is contained in:
R. RyanTM 2018-10-06 07:02:25 -07:00 committed by xeji
parent 1b97c37b29
commit 3281c90060

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "duc-${version}";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "zevv";
repo = "duc";
rev = "${version}";
sha256 = "1h7vll8a78ijan9bmnimmsviywmc39x8h9iikx8vm98kwyxi4xif";
sha256 = "1i7ry25xzy027g6ysv6qlf09ax04q4vy0kikl8h0aq5jbxsl9q52";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];