lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

idris-wl-pprint: Use fetchFromGitHub

Shea Levy 92093051 6a622acc

+5 -4
+5 -4
pkgs/development/idris-modules/wl-pprint.nix
··· 1 1 { build-idris-package 2 - , fetchgit 2 + , fetchFromGitHub 3 3 , prelude 4 4 , base 5 5 , lib ··· 7 7 }: build-idris-package { 8 8 name = "wl-pprint"; 9 9 10 - src = fetchgit { 11 - url = "git://github.com/shayan-najd/wl-pprint.git"; 10 + src = fetchFromGitHub { 11 + owner = "shayan-najd"; 12 + repo = "wl-pprint"; 12 13 rev = "120f654b0b9838b57e10b163d3562d959439fb07"; 13 - sha256 = "b5d02a9191973dd8915279e84a9b4df430eb252f429327f45eb8a047d8bb954d"; 14 + sha256 = "1yymdl251zla6hv9rcg06x73gbp6xb0n6f6a02bsy5fqfmrfngcl"; 14 15 }; 15 16 16 17 propagatedBuildInputs = [ prelude base ];