From bc62c1a71139d5b8fd3b3f8f3032cc739dcb0cae Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 26 Sep 2018 01:17:31 +0200 Subject: [PATCH] get affection from hackage --- shell.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 299b2d7..43be389 100644 --- a/shell.nix +++ b/shell.nix @@ -14,12 +14,7 @@ let mkDerivation { pname = "affection"; version = "0.0.0.9"; - src = fetchgit { - url = "https://github.com/nek0/affection"; - sha256 = "0jxrdx56wisg9ng9sd9rxzrifs6826d6vjzjgvm6wp1bivnn1kyw"; - rev = "f822b5cabb2050c8a06a7c396a4f258c03545ef1"; - fetchSubmodules = true; - }; + sha256 = "d9feed3eed54ad2ae61ebc560af8761959cb4dc46c2bbf5a804f586b9244cb4e"; configureFlags = [ "-fdebug" ]; isLibrary = true; isExecutable = true;