0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

erlang_27: 27.3.1 -> 27.3.2 (#396040)

This commit is contained in:
Yt 2025-04-04 11:09:16 -04:00 committed by GitHub
commit da0b46eab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ mkDerivation }:
mkDerivation {
version = "27.3.1";
sha256 = "sha256-VuVRwcS2TgDYT7buLMHOe8r0AWM+R9DxydcHErAy8xw=";
version = "27.3.2";
sha256 = "sha256-Pybkcm3pLt0wV+S9ia/BAmM1AKp/nVSAckEzNn4KjSg=";
}