lol
fork

Configure Feed

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

idrisPackages.derive: 2018-02-15 -> 2018-07-02, fix build

+5 -4
+5 -4
pkgs/development/idris-modules/derive.nix
··· 6 6 }: 7 7 build-idris-package { 8 8 name = "derive"; 9 - version = "2018-02-15"; 9 + version = "2018-07-02"; 10 10 11 11 idrisDeps = [ contrib pruviloj ]; 12 12 13 + # https://github.com/david-christiansen/derive-all-the-instances/pull/9 13 14 src = fetchFromGitHub { 14 - owner = "davlum"; 15 + owner = "infinisil"; 15 16 repo = "derive-all-the-instances"; 16 - rev = "2c8956807bd094ba33569227de921c6726401c42"; 17 - sha256 = "0l7263s04r52ql292vnnx2kngld6s1dipmaz5na7m82lj9p4x17y"; 17 + rev = "61c3e12e26f599379299fcbb9c40a81bfc3e0604"; 18 + sha256 = "0g2lb8nrwqwf3gm5fir43cxz6db84n19xiwkv8cmmqc1fgy6v0qn"; 18 19 }; 19 20 20 21 meta = {