lol
0
fork

Configure Feed

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

ocamlPackages.mirage-crypto: 0.11.1 -> 0.11.2

+2 -2
+2 -2
pkgs/development/ocaml-modules/mirage-crypto/default.nix
··· 8 8 duneVersion = "3"; 9 9 10 10 pname = "mirage-crypto"; 11 - version = "0.11.1"; 11 + version = "0.11.2"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-${version}.tbz"; 15 - sha256 = "sha256-DNoUeyCpK/cMXJ639VxnXQOrx2u9Sx8N2c9/w4AW0pw="; 15 + sha256 = "sha256-1rl8t/DcNEpgJRPMAxN8Hn8K4QXQchYUYmz08jHt92Q="; 16 16 }; 17 17 18 18 doCheck = true;