bitlbee-mastodon: 1.4.3 -> 1.4.4

gstqt5
Alyssa Ross 2020-07-15 15:48:51 +00:00
parent 66bccac913
commit 7d0f8355b3
1 changed files with 2 additions and 3 deletions

View File

@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "bitlbee-mastodon";
version = "1.4.3";
version = "1.4.4";
src = fetchgit {
url = "https://alexschroeder.ch/cgit/bitlbee-mastodon";
rev = "v${version}";
sha256 = "1k9j4403w6x93f4ls3xj8nrabz8ynjby6sigqdmhb7cqv26l987p";
sha256 = "0a8196pyr6bjnqg82zn7jdhiv7xsg4npbpzalla1i2h99j30q8pk";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
preConfigure = ''
export BITLBEE_PLUGINDIR=$out/lib/bitlbee
export BITLBEE_DATADIR=$out/share/bitlbee
./autogen.sh
'';
meta = {