Merge pull request #45606 from r-ryantm/auto-update/charybdis

charybdis: 4.1 -> 4.1.1
This commit is contained in:
Timo Kaufmann
2018-08-26 20:10:35 +02:00
committed by GitHub
+2 -2
View File
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, autoreconfHook, bison, flex, openssl, gnutls }: { stdenv, fetchFromGitHub, autoreconfHook, bison, flex, openssl, gnutls }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "charybdis-4.1"; name = "charybdis-4.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "charybdis-ircd"; owner = "charybdis-ircd";
repo = "charybdis"; repo = "charybdis";
rev = name; rev = name;
sha256 = "1j0fjf4rdiyvakxqa97x272xra64rzjhbj8faciyb4b13pyrdsmw"; sha256 = "0wvssc8b1xq6svcqrwxrpc1ga8ip0sksv73wwbk8na0pmysdvpg0";
}; };
postPatch = '' postPatch = ''