about summary refs log tree commit diff
path: root/pkgs/tools/misc/you-get
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-24 00:12:07 -0800
committerRobert Schütz <rschuetz17@gmail.com>2018-12-24 09:12:07 +0100
commit98436ba55a8b29fc5540f83d0bc209ba828a4fae (patch)
tree2d87a4d030e57e91e85271356391d24aa9729375 /pkgs/tools/misc/you-get
parent913aa6b7c8a5055e3606dd97e63bfd6606c71e0b (diff)
you-get: 0.4.1181 -> 0.4.1193 (#52755)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
Diffstat (limited to 'pkgs/tools/misc/you-get')
-rw-r--r--pkgs/tools/misc/you-get/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/you-get/default.nix b/pkgs/tools/misc/you-get/default.nix
index 6ca284f15a60a..2d0ed3ac1c50a 100644
--- a/pkgs/tools/misc/you-get/default.nix
+++ b/pkgs/tools/misc/you-get/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "you-get";
-  version = "0.4.1181";
+  version = "0.4.1193";
 
   # Tests aren't packaged, but they all hit the real network so
   # probably aren't suitable for a build environment anyway.
@@ -10,7 +10,7 @@ buildPythonApplication rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1rcy590392aycjazi3z8gf6ll39rxkbgmkgnsbsl6yl5vb3jgk83";
+    sha256 = "1q7wha0d55pw077bs92bbzx6ck3nsmhnxblz7zaqzladn23hs9zg";
   };
 
   meta = with stdenv.lib; {