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

star: 2.7.6a -> 2.7.7a
This commit is contained in:
Mario Rodas 2021-02-08 20:17:49 -05:00 committed by GitHub
commit f9a095da28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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