Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a7832c42da26
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c24ad298133a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 10, 2020

  1. Copy the full SHA
    59e0524 View commit details

Commits on Jul 23, 2020

  1. Merge pull request #92843 from mmilata/ngircd-26

    ngircd: 25 -> 26
    mweinelt authored Jul 23, 2020
    Copy the full SHA
    c24ad29 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/servers/irc/ngircd/default.nix
7 changes: 4 additions & 3 deletions pkgs/servers/irc/ngircd/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, zlib, openssl, pam, libiconv }:

stdenv.mkDerivation rec {
name = "ngircd-25";
pname = "ngircd";
version = "26";

src = fetchurl {
url = "https://ngircd.barton.de/pub/ngircd/${name}.tar.xz";
sha256 = "0kpf5qi98m9f833r4rx9n6h9p31biwk798jwc1mgzmix7sp7r6f4";
url = "https://ngircd.barton.de/pub/ngircd/${pname}-${version}.tar.xz";
sha256 = "1ijmv18fa648y7apxb9vp4j9iq6fxq850kz5v36rysaq614cdp2n";
};

configureFlags = [