lol
0
fork

Configure Feed

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

uhc: 1.1.9.3 -> 1.1.9.4

+2 -2
+2 -2
pkgs/development/compilers/uhc/default.nix
··· 4 4 5 5 let wrappedGhc = ghcWithPackages (hpkgs: with hpkgs; [fgl vector syb uulib network binary hashable uhc-util mtl transformers directory containers array process filepath shuffle uuagc] ); 6 6 in stdenv.mkDerivation rec { 7 - version = "1.1.9.3"; 7 + version = "1.1.9.4"; 8 8 name = "uhc-${version}"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "UU-ComputerScience"; 12 12 repo = "uhc"; 13 13 rev = "v${version}"; 14 - sha256 = "1r3mja77dqj2ncgp1d9nnc7dhp3gzrb1b1qvml3rq2321mn3m2ad"; 14 + sha256 = "1s84csk6zgzj09igxgdza7gb52jdn3jsr8lygl5xplshv8yzl34n"; 15 15 }; 16 16 17 17 postUnpack = "sourceRoot=\${sourceRoot}/EHC";