bitlbee-mastodon: 1.4.4 -> 1.4.5

main
R. Ryantm 3 years ago
parent 9f329731b5
commit c94b5c5618
  1. 4
      pkgs/applications/networking/instant-messengers/bitlbee-mastodon/default.nix

@ -3,12 +3,12 @@
with lib;
stdenv.mkDerivation rec {
pname = "bitlbee-mastodon";
version = "1.4.4";
version = "1.4.5";
src = fetchgit {
url = "https://alexschroeder.ch/cgit/bitlbee-mastodon";
rev = "v${version}";
sha256 = "0a8196pyr6bjnqg82zn7jdhiv7xsg4npbpzalla1i2h99j30q8pk";
sha256 = "sha256-8vmq/YstuBYUxe00P4NrxD/eMYI++R9uvn1sCcMTr7I=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];

Loading…
Cancel
Save