summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-22 20:24:43 -0800
committerGitHub <noreply@github.com>2019-02-22 20:24:43 -0800
commit7d27f651f0a7e6d4f9d548599305d1caa9a37078 (patch)
tree175eb3d002e29ecc6466b2ea98edbfe402072ca0 /pkgs/applications
parentd6dd7f6ca970e8aa1b3afe3fa7d55d3ae1bfa33b (diff)
parentb72564123160746c9efe5214f771106affc22d9e (diff)
Merge pull request #56198 from rnhmjoj/sb
antimony: 2018-07-17 -> 2018-10-20
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/antimony/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/antimony/default.nix b/pkgs/applications/graphics/antimony/default.nix
index 2e7435b48bbb..0257a109568e 100644
--- a/pkgs/applications/graphics/antimony/default.nix
+++ b/pkgs/applications/graphics/antimony/default.nix
@@ -4,19 +4,19 @@
}:
let
- gitRev = "60a58688e552f12501980c4bdab034ab0f2ba059";
+ gitRev = "c0038e3ea82fec6119de364bcbc3370955ed46a2";
gitBranch = "develop";
gitTag = "0.9.3";
in
stdenv.mkDerivation rec {
name = "antimony-${version}";
- version = "2018-07-17";
+ version = "2018-10-20";
src = fetchFromGitHub {
owner = "mkeeter";
repo = "antimony";
rev = gitRev;
- sha256 = "0pgf6kr23xw012xsil56j5gq78mlirmrlqdm09m5wlgcf4vr6xnl";
+ sha256 = "01cjcjppbb0gvh6npcsaidzpfcfzrqhhi07z4v0jkfyi0fl125v4";
};
patches = [ ./paths-fix.patch ];