Unverified Commit 2bde1c22 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

beam26Packages.hex: 2.2.2 -> 2.3.1 (#456037)

parents eef6218c ed873e4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
    self:
    stdenv.mkDerivation rec {
      pname = "hex";
      version = "2.2.2";
      version = "2.3.1";

      src = fetchFromGitHub {
        owner = "hexpm";
        repo = "hex";
        rev = "v${version}";
        sha256 = "sha256-Qih10OeI7KsnAthAW0yuH+YL8uoeLy7tOVn9rdkGA4M=";
        sha256 = "sha256-1LFWyxXR33qsvbzkBfUVgcT1/w1FuQDy3PBsRscyTpk=";
      };

      setupHook = writeText "setupHook.sh" ''