time-ghc-modules: 1.0.1 -> 2.0.0

authored by Tom McLaughlin and committed by Matthieu Coudron 8eb1338a 5c43596d

+2 -2
+2 -2
pkgs/development/tools/time-ghc-modules/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "time-ghc-modules"; 14 - version = "1.0.1"; 14 + version = "2.0.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "codedownio"; 18 18 repo = "time-ghc-modules"; 19 19 rev = version; 20 - sha256 = "0s6540gllhjn7366inhwa70rdnngnhbi07jn1h6x8a0pi71wdfm9"; 20 + sha256 = "sha256-/PhJAhP3KCWFyeSk8e5JV0cpBueH/eVDwQTMZSnnZCo="; 21 21 }; 22 22 23 23 nativeBuildInputs = [makeWrapper];