summary refs log tree commit diff
path: root/pkgs/tools/networking/http-prompt
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-08 00:26:48 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-08 00:26:48 -0700
commit44bd5ab0bc44fc8de7ef8a629af0abf94953168e (patch)
treee0fc3d406985e9f5dc093fde175fdc5969a8edc9 /pkgs/tools/networking/http-prompt
parentd12e7b8d17608bb4415c197eb1c12593cd31b9d2 (diff)
downloadnixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar.gz
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar.bz2
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar.lz
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar.xz
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.tar.zst
nixpkgs-44bd5ab0bc44fc8de7ef8a629af0abf94953168e.zip
http-prompt: 0.11.1 -> 0.11.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/http-prompt/versions.

<details><summary>Version release notes (from GitHub)</summary>
* Fix bug: Handle OpenAPI `basePath` properly (#140, #141)</details>

These checks were done:

- built on NixOS
- /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2/bin/.http-prompt-wrapped passed the binary check.
- /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2/bin/http-prompt passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 0.11.2 with grep in /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2
- directory tree listing: https://gist.github.com/9cc6cb35afe53057b07f364f2b4bfae8
- du listing: https://gist.github.com/7ef9ede9ef7a82a304847cf671cef769
Diffstat (limited to 'pkgs/tools/networking/http-prompt')
-rw-r--r--pkgs/tools/networking/http-prompt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix
index 7521a9a13bc..dac3b616a9c 100644
--- a/pkgs/tools/networking/http-prompt/default.nix
+++ b/pkgs/tools/networking/http-prompt/default.nix
@@ -2,14 +2,14 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "http-prompt";
-  version = "0.11.1";
+  version = "0.11.2";
   name = "${pname}-${version}";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     repo = "http-prompt";
     owner = "eliangcs";
-    sha256 = "0gi76wcn6lxkd74ljpbyhr7ylhq6sm8z7h66dnfmpsw4nhw49178";
+    sha256 = "130w3wkb5jbiwm5w0b470nd50gf30vrknmf3knhlgdxdmfb30zjz";
   };
 
   propagatedBuildInputs = with pythonPackages; [