Skip to content

Commit

Permalink
tixati: 2.67 -> 2.72
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc32 authored and Jon committed Apr 22, 2020
1 parent c9d3517 commit ef6b333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/tixati/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "tixati";
version = "2.67";
version = "2.72";

src = fetchurl {
url = "https://download2.tixati.com/download/tixati-${version}-1.x86_64.manualinstall.tar.gz";
sha256 = "0510wkwmwrlv61958zd5nsc4lr0l0lka3jf4pq3dyiyfsf4k20rq";
sha256 = "04si7xwbpvljdbngmzlfvkn51wih3aqcb5g6r76wdh3pfpppskhr";
};

installPhase = ''
Expand Down

0 comments on commit ef6b333

Please sign in to comment.