http-prompt: 0.8.0 -> 0.9.1

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