mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
Merge pull request #58397 from r-ryantm/auto-update/ngircd
ngircd: 24 -> 25
This commit is contained in:
commit
0f48e34ee9
|
@ -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 a new issue