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: 429b3ce8108b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a24cf5c4f724
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 4, 2018

  1. bowtie2: 2.3.4.2 -> 2.3.4.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/bowtie2/versions
    r-ryantm committed Oct 4, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    269efba View commit details
  2. Merge pull request #47845 from r-ryantm/auto-update/bowtie2

    bowtie2: 2.3.4.2 -> 2.3.4.3
    Mic92 authored Oct 4, 2018
    Copy the full SHA
    a24cf5c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/biology/bowtie2/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/bowtie2/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
pname = "bowtie2";
version = "2.3.4.2";
version = "2.3.4.3";
name = "${pname}-${version}";

src = fetchFromGitHub {
owner = "BenLangmead";
repo = pname;
rev = "v${version}";
sha256 = "1gsfaf7rjg4nwhs7vc1vf63xd5r5v1yq58w7x3barycplzbvixzz";
sha256 = "1zl3cf327y2p7p03cavymbh7b00djc7lncfaqih33n96iy9q8ibp";
};

buildInputs = [ zlib tbb ];