http-prompt: 0.8.0 -> 0.9.1

+2 -2
+2 -2
pkgs/tools/networking/http-prompt/default.nix
··· 1 1 { stdenv, fetchFromGitHub, pythonPackages, httpie }: 2 2 3 3 pythonPackages.buildPythonApplication rec { 4 - version = "0.8.0"; 4 + version = "0.9.1"; 5 5 name = "http-prompt"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 repo = "http-prompt"; 10 10 owner = "eliangcs"; 11 - sha256 = "0zvkmdc6mhc5kk7cbrgzxsl8n2d02gnxy1sppm83mhwx6s1dkz30"; 11 + sha256 = "0s2syjjz5n7256a4hn8gv3xfr0zd3qqimf4w8l188dbfvx8b8s06"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with pythonPackages; [