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: aa2878cfcfe0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0f48e34ee9dc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2019

  1. 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
    r-ryantm committed Mar 26, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    b34a202 View commit details

Commits on Mar 28, 2019

  1. Merge pull request #58397 from r-ryantm/auto-update/ngircd

    ngircd: 24 -> 25
    dywedir authored Mar 28, 2019
    Copy the full SHA
    0f48e34 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/irc/ngircd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/irc/ngircd/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [