Merge pull request #56198 from rnhmjoj/sb
antimony: 2018-07-17 -> 2018-10-20
This commit is contained in:
commit
7d27f651f0
|
@ -4,19 +4,19 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
gitRev = "60a58688e552f12501980c4bdab034ab0f2ba059";
|
gitRev = "c0038e3ea82fec6119de364bcbc3370955ed46a2";
|
||||||
gitBranch = "develop";
|
gitBranch = "develop";
|
||||||
gitTag = "0.9.3";
|
gitTag = "0.9.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "antimony-${version}";
|
name = "antimony-${version}";
|
||||||
version = "2018-07-17";
|
version = "2018-10-20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mkeeter";
|
owner = "mkeeter";
|
||||||
repo = "antimony";
|
repo = "antimony";
|
||||||
rev = gitRev;
|
rev = gitRev;
|
||||||
sha256 = "0pgf6kr23xw012xsil56j5gq78mlirmrlqdm09m5wlgcf4vr6xnl";
|
sha256 = "01cjcjppbb0gvh6npcsaidzpfcfzrqhhi07z4v0jkfyi0fl125v4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./paths-fix.patch ];
|
patches = [ ./paths-fix.patch ];
|
||||||
|
|
Loading…
Reference in New Issue