Skip to content

Commit

Permalink
beamPackages.hex: 0.20.1 -> 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cw789 authored and lukateras committed Feb 24, 2020
1 parent d765d00 commit 7d553ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/beam-modules/hex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let

pkg = self: stdenv.mkDerivation rec {
pname = "hex";
version = "0.20.1";
version = "0.20.5";

src = fetchFromGitHub {
owner = "hexpm";
repo = "hex";
rev = "v${version}";
sha256 = "0yxw7r31kk45b1nk48pajwwv9zl746kc9pwqfb73za8b1g8bgxd3";
owner = "hexpm";
repo = "hex";
rev = "v${version}";
sha256 = "1wz6n4qrmsb4kkww6lrdbs99xzwp4dyjjmr8m4drcwn3sd2k9ba6";
};

setupHook = writeText "setupHook.sh" ''
Expand Down

0 comments on commit 7d553ee

Please sign in to comment.