ngircd: 24 -> 25
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ngircd/versions
This commit is contained in:
parent
2cc6444113
commit
b34a202f1b
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, openssl, pam, libiconv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ngircd-24";
|
||||
name = "ngircd-25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ngircd.barton.de/pub/ngircd/${name}.tar.xz";
|
||||
sha256 = "020h9d1awyxqr0l42x1fhs47q7cmm17fdxzjish8p2kq23ma0gqp";
|
||||
sha256 = "0kpf5qi98m9f833r4rx9n6h9p31biwk798jwc1mgzmix7sp7r6f4";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user