0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

erlang_26: 26.1.2 -> 26.2

This commit is contained in:
R. Ryantm 2023-12-14 18:19:37 +00:00 committed by Yt
parent 65bd26eb3c
commit adf2347f8b

View file

@ -1,6 +1,6 @@
{ mkDerivation }:
mkDerivation {
version = "26.1.2";
sha256 = "sha256-exLLdg7z/HKJI81w33vcQUDF6NG5n2WKtcYwdPxN+0A=";
version = "26.2";
sha256 = "sha256-mk8vPgWFTMo4oPY/OIdboYMTyxG/22Ow4EYs1b+nHuM=";
}