star: 2.7.1a -> 2.7.2b
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/star/versions
This commit is contained in:
parent
c455adcc42
commit
de95a92384
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "star";
|
pname = "star";
|
||||||
version = "2.7.1a";
|
version = "2.7.2b";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "STAR";
|
repo = "STAR";
|
||||||
owner = "alexdobin";
|
owner = "alexdobin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0n6g4s4hgw7qygs1z97j7a2dgz8gfaa4cv5pjvvvmarvk0x07hyg";
|
sha256 = "1fb63n3jm1l8k60wdjbq9asv4l1kf7algxxs1aqzvvidx3a8fvzq";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/source";
|
sourceRoot = "source/source";
|
||||||
|
|
Loading…
Reference in New Issue