http-prompt: 0.9.1 -> 0.10.2

authored by Markus Hauck and committed by Franz Pletz 9e9b1775 cc92326e

+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.9.1"; 4 + version = "0.10.2"; 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 = "0s2syjjz5n7256a4hn8gv3xfr0zd3qqimf4w8l188dbfvx8b8s06"; 11 + sha256 = "0c03n1ll61zd4f60kzih3skl0hspck5hhpcf74h5l6v5as7qdbi2"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with pythonPackages; [