ngircd: 21 -> 24

This commit is contained in:
Robin Gloster 2017-02-02 04:03:33 +01:00
parent bee26ba6b2
commit 7977cc4451
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, openssl, pam, libiconv }:
stdenv.mkDerivation rec {
name = "ngircd-21";
name = "ngircd-24";
src = fetchurl {
url = "http://ngircd.barton.de/pub/ngircd/${name}.tar.xz";
sha256 = "19llx54zy6hc8k7kcs1f234qc20mqpnlnb30c663c42jxq5x6xii";
sha256 = "020h9d1awyxqr0l42x1fhs47q7cmm17fdxzjish8p2kq23ma0gqp";
};
configureFlags = [