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

star: 2.7.7a -> 2.7.8a
This commit is contained in:
Mario Rodas 2021-02-24 22:36:58 -05:00 committed by GitHub
commit 9a6f587ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "star";
version = "2.7.7a";
version = "2.7.8a";
src = fetchFromGitHub {
repo = "STAR";
owner = "alexdobin";
rev = version;
sha256 = "sha256-0K49yjcnTzC56ZIB20OeTiMJ5EW8mRx+xEpyWEfFcts=";
sha256 = "sha256-2qqdCan67bcoUGgr5ro2LGGHDAyS/egTrT8pWX1chX0=";
};
sourceRoot = "source/source";