mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
erlangR23: 23.3.4.1 -> 23.3.4.2
This commit is contained in:
parent
de075466b4
commit
b1926fc77e
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
# How to obtain `sha256`:
|
||||
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
|
||||
mkDerivation {
|
||||
version = "23.3.4.1";
|
||||
sha256 = "vBGPCAq7410ykiWsxDo6PpgnInPMY35+RPx4gl/BW7k=";
|
||||
version = "23.3.4.2";
|
||||
sha256 = "QAIkiYBhYnUzyRg70SQ4BwjjYqclDA4uruqRNTgB2Sk=";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue