Merge pull request #12907 from tg-x/irssi-otr
irssi-otr: 640e98c74b -> 1.0.1
This commit is contained in:
commit
99b43a25dd
@ -1,16 +1,15 @@
|
|||||||
{ stdenv, fetchurl, libotr, automake, autoconf, libtool, glib, pkgconfig, irssi }:
|
{ stdenv, fetchFromGitHub, libotr, automake, autoconf, libtool, glib, pkgconfig, irssi }:
|
||||||
|
|
||||||
let
|
|
||||||
rev = "640e98c74b";
|
|
||||||
in
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "irssi-otr-20131007-${rev}";
|
name = "irssi-otr-${version}";
|
||||||
|
version = "1.0.1";
|
||||||
src = fetchurl {
|
|
||||||
url = "https://github.com/cryptodotis/irssi-otr/tarball/${rev}";
|
src = fetchFromGitHub {
|
||||||
name = "${name}.tar.gz";
|
owner = "cryptodotis";
|
||||||
sha256 = "0d08ianzhy20w0ld8xx7hgrp9psg54l37619pcdpqyrnlzkkdalz";
|
repo = "irssi-otr";
|
||||||
|
rev = "4ad3b7b6c85be0154ab3694fe9831796db20c4fe";
|
||||||
|
sha256 = "1hm1whx1wzlx4fh4xf2y68rx9x6whi8bsbrhd6hqjhskg5msssrg";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -22,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "sh ./bootstrap";
|
preConfigure = "sh ./bootstrap";
|
||||||
|
|
||||||
buildInputs = [ libotr automake autoconf libtool glib pkgconfig irssi ];
|
buildInputs = [ libotr automake autoconf libtool glib pkgconfig irssi ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/cryptodotis/irssi-otr;
|
homepage = https://github.com/cryptodotis/irssi-otr;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user