star: 2.7.10b -> 2.7.11b (#419937)
This commit is contained in:
@@ -2,18 +2,19 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
xxd,
|
||||
zlib,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "star";
|
||||
version = "2.7.10b";
|
||||
version = "2.7.11b";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "STAR";
|
||||
owner = "alexdobin";
|
||||
rev = version;
|
||||
sha256 = "sha256-58Y4lzqXwBhRlXcionUg2IhAg5znNUuyr/FsuNZd+5Q=";
|
||||
sha256 = "sha256-4EoS9NOKUwfr6TDdjAqr4wGS9cqVX5GYptiOCQpmg9c=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/source";
|
||||
@@ -22,6 +23,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace Makefile --replace "/bin/rm" "rm"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ xxd ];
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
buildFlags = [
|
||||
|
||||
Reference in New Issue
Block a user