Skip to content

Commit

Permalink
Fix syntax salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpvieira committed Jan 12, 2019
1 parent d527143 commit d6d3ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/salmon/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchTarball, makeWrapper,
{ stdenv, fetchurl, makeWrapper,
cmake, autoconf, pkgconfig,
cudatoolkit, linuxPackages,
bash, curl, unzip, bzip2, lzma,
Expand All @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
pname = "salmon";
version = "0.12.0";

src = fetchTarball {
src = fetchurl {
url = "https://github.com/COMBINE-lab/salmon/archive/v${version}.tar.gz";
sha256 = "1dr8maifd6hv45812l4w244npxmd2v73fzqmngs12amb2lq1jzxm";
};
Expand Down

0 comments on commit d6d3ac9

Please sign in to comment.