nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

sratoolkit: 3.1.1 -> 3.2.1

t4ccer ceb58c84 313f3eab

+2 -2
+2 -2
pkgs/by-name/sr/sratoolkit/package.nix
··· 16 16 pname = "sratoolkit"; 17 17 18 18 # NOTE: When updating make sure to update ncbi-vdb as well for versions to match 19 - version = "3.1.1"; 19 + version = "3.2.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "ncbi"; 23 23 repo = "sra-tools"; 24 24 tag = finalAttrs.version; 25 - hash = "sha256-WVPiAz3EFYuhBnl7BsEjJ2BTi1wAownEunVM4sdLaj8="; 25 + hash = "sha256-OeM4syv9c1rZn2ferrhXyKJu68ywVYwnHoqnviWBZy4="; 26 26 }; 27 27 28 28 cmakeFlags = [