3
0
Fork 0
forked from mirrors/nixpkgs

bitlbee-mastodon: 1.4.2 -> 1.4.3

This commit is contained in:
EEva (JPotier) 2020-03-14 12:26:29 +02:00 committed by Alyssa Ross
parent 001be890f7
commit 20ef86ed52

View file

@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "bitlbee-mastodon";
version = "1.4.2";
version = "1.4.3";
src = fetchgit {
url = "https://alexschroeder.ch/cgit/bitlbee-mastodon";
rev = "v${version}";
sha256 = "04rakgr1pfsg1vhfwlfbggbzw249j7dmk88xrsnf3n84c5ccdyas";
sha256 = "1k9j4403w6x93f4ls3xj8nrabz8ynjby6sigqdmhb7cqv26l987p";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];