Merge pull request #89868 from r-ryantm/auto-update/star

star: 2.7.3a -> 2.7.4a
This commit is contained in:
Lassulus 2020-08-22 13:35:13 +02:00 committed by GitHub
commit 7623640e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "star";
version = "2.7.3a";
version = "2.7.4a";
src = fetchFromGitHub {
repo = "STAR";
owner = "alexdobin";
rev = version;
sha256 = "1hgiqw5qhs0pc1xazzihcfd92na02xyq2kb469z04y1v51kpvvjq";
sha256 = "1y4g7h6f95pa9g8kv1aihrfglavqymdx4mnqh6ascs50ibm7zdmz";
};
sourceRoot = "source/source";