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: a7f79620accd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 699fa7e953ca
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 15, 2018

  1. star: 2.5.3a -> 2.6.0c (#40518)

    arcadio authored and xeji committed May 15, 2018
    Copy the full SHA
    699fa7e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/biology/star/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/star/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "star-${version}";
version = "2.5.3a";
version = "2.6.0c";

src = fetchFromGitHub {
repo = "STAR";
owner = "alexdobin";
rev = version;
sha256 = "1fd9xl7i1zxgsxn2qf6gz8s42g2djm29qmp6qb35d8nnxh8ns54x";
sha256 = "04cj6jw8d9q6lk9c78wa4fky6jdlicf1d13plq7182h8vqiz8p59";
};

sourceRoot = "source/source";