Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 443af66526b7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78cfa7bbd061
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2018

  1. tixati: 2.55 -> 2.57

    volth authored Apr 15, 2018
    Copy the full SHA
    fa93591 View commit details

Commits on Apr 19, 2018

  1. Merge pull request #38976 from volth/patch-124

    tixati: 2.55 -> 2.57
    matthewbauer authored Apr 19, 2018
    Copy the full SHA
    78cfa7b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/p2p/tixati/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/tixati/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "tixati-${version}";
version = "2.55";
version = "2.57";

src = fetchurl {
url = "https://download2.tixati.com/download/tixati-${version}-1.x86_64.manualinstall.tar.gz";
sha256 = "02mha6lfcb0mg0y977bxa6xg8krpbsbzpm4b5xw6y6wign4d8a8w";
sha256 = "0z6znh62ry4fmc6c54zq79pk1b5bwkz93bxsfgvxpf6sajpyf9n7";
};

installPhase = ''