Skip to content

Commit

Permalink
Merge pull request #50981 from ejpcmac/update-erlangR21
Browse files Browse the repository at this point in the history
erlangR21: 21.1.2 -> 21.1.3
  • Loading branch information
c0bw3b committed Nov 30, 2018
2 parents 4088758 + 48518b4 commit 22e95af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R21.nix
@@ -1,8 +1,8 @@
{ mkDerivation }:

mkDerivation rec {
version = "21.1.2";
sha256 = "0kn6ghr151b1qmbazc1c8k1r0wpsrqh9l3wrhfyxix3ld5yc3a5c";
version = "21.1.3";
sha256 = "0374qpafrpnfspsvjaa3sgs0h8ryi3ah8fvmr7dm7zsmgb4ihdsg";

prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
Expand Down

0 comments on commit 22e95af

Please sign in to comment.