lol
0
fork

Configure Feed

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

beam26Packages.hex: 2.1.1 -> 2.2.1

R. Ryantm 4e4d97aa ce4ce6f8

+2 -2
+2 -2
pkgs/development/beam-modules/hex/default.nix
··· 18 18 self: 19 19 stdenv.mkDerivation rec { 20 20 pname = "hex"; 21 - version = "2.1.1"; 21 + version = "2.2.1"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "hexpm"; 25 25 repo = "hex"; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-pEfd2BqkVwZVbnka98MafJ/NRn94BHh+wM0i2Q5duTo="; 27 + sha256 = "sha256-a4VNBlvW+IM7HuI66dYGqOmIF9kO6wWFqVz4vYtQOhw="; 28 28 }; 29 29 30 30 setupHook = writeText "setupHook.sh" ''