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