From bac26e08dbb6622c39bba13047c54e80282d031d Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 2 Jun 2016 14:26:44 +0300 Subject: Fix lots of fetchgit hashes (fallout from #15469) --- pkgs/applications/graphics/antimony/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/antimony') diff --git a/pkgs/applications/graphics/antimony/default.nix b/pkgs/applications/graphics/antimony/default.nix index e797f95970a76..8d17a290cebba 100644 --- a/pkgs/applications/graphics/antimony/default.nix +++ b/pkgs/applications/graphics/antimony/default.nix @@ -12,7 +12,7 @@ in src = fetchgit { url = "git://github.com/mkeeter/antimony.git"; rev = gitRev; - sha256 = "19ir3y5ipmfyygcn8mbxika4j3af6dfrv54dvhn6maz7dy8h30f4"; + sha256 = "0azjdkbixz2pyk2yy7a0ya5xk60xgw3l2pd4pj4ijyqxx5jmh0sy"; }; patches = [ ./paths-fix.patch ]; -- cgit 1.4.1