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;