beam26Packages.hex: 2.2.1 -> 2.2.2 (#420652)

authored by Adam C. Stephens and committed by GitHub 57c6b64c c0874d92

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