mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
erlang_26: 26.1 -> 26.1.1
This commit is contained in:
parent
6e1d5c4005
commit
c6c03530da
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, mkDerivation }:
|
||||
|
||||
mkDerivation {
|
||||
version = "26.1";
|
||||
sha256 = "sha256-GECxenOxwZ0A7cY5Z/amthNezGVPsmZWB5gHayy78cI=";
|
||||
version = "26.1.1";
|
||||
sha256 = "sha256-Y0sArUFkGxlAAgrgUxn5Rjnd72geG08VO9FBxg/fJAg=";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue