about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-03-10 12:19:20 -0700
committerGitHub <noreply@github.com>2020-03-10 12:19:20 -0700
commitbfa78684a0c8df5675b0e97c2c6d6ff2840dd093 (patch)
tree45f6b7795d7f7a848e247aeb5fca3b634948223e /pkgs/tools/misc
parenta902327db0ae74607550b6172870fdbaf593ef6b (diff)
parent714dd394c8994e6fd587f28adf60dc45a6cc4b9c (diff)
downloadnixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar.gz
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar.bz2
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar.lz
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar.xz
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.tar.zst
nixlib-bfa78684a0c8df5675b0e97c2c6d6ff2840dd093.zip
Merge pull request #82215 from r-ryantm/auto-update/you-get
you-get: 0.4.1403 -> 0.4.1410
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/you-get/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/you-get/default.nix b/pkgs/tools/misc/you-get/default.nix
index 466813ee75f7..ab1a3e66825c 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.1403";
+  version = "0.4.1410";
 
   # Tests aren't packaged, but they all hit the real network so
   # probably aren't suitable for a build environment anyway.
@@ -10,12 +10,12 @@ buildPythonApplication rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "195c91xxcv3l3rd0v8ls5ghncf92ndfx0lpcbjr5zb41bl8alkcl";
+    sha256 = "0isjmx1z5w3m2v25sb7fpi7lyd4h8bl9n9691ylvl5w3bxf6ynm9";
   };
 
   meta = with stdenv.lib; {
     description = "A tiny command line utility to download media contents from the web";
-    homepage = https://you-get.org;
+    homepage = "https://you-get.org";
     license = licenses.mit;
     maintainers = with maintainers; [ ryneeverett ];
     platforms = platforms.all;