Merge pull request #300880 from r-ryantm/auto-update/gigalixir

gigalixir: 1.10.0 -> 1.11.1

authored by Nick Cao and committed by GitHub 35f340b9 710ac680

+2 -2
+2 -2
pkgs/tools/misc/gigalixir/default.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "gigalixir"; 10 - version = "1.10.0"; 10 + version = "1.11.1"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-yIf8a54vA/1q5qhaWsrrROB1IB7X5f/KMoryPew4tAI="; 15 + hash = "sha256-fWS13qyYwJUz42nDxWJCzYmZI2jLsD7gwxyIdKhpDbM="; 16 16 }; 17 17 18 18 postPatch = ''