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-05-16 22:46:12 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-16 22:46:12 -0700
commitdeb8d43e297f14512f3f032cf1de4337c7ebc1b9 (patch)
treeca7bbc0d53502ca23537638ce9cb29d5aa0e906a /pkgs/tools/misc/you-get
parentf3fcf1b0a9b0398620b5fa9b40268ef651aa373e (diff)
downloadnixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar.gz
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar.bz2
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar.lz
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar.xz
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.tar.zst
nixpkgs-deb8d43e297f14512f3f032cf1de4337c7ebc1b9.zip
you-get: 0.4.1060 -> 0.4.1077
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.

These checks were done:

- built on NixOS
- /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077/bin/.you-get-wrapped passed the binary check.
- /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077/bin/you-get passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.4.1077 with grep in /nix/store/r1x8qsdcsnh28msjaxqwa4j07ri7s66p-you-get-0.4.1077
- directory tree listing: https://gist.github.com/7dc27079ec72816d18224787520a534c
- du listing: https://gist.github.com/ebb4a641370380db9496be5dadc3d499
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 f0a8eda0028..bfce454473a 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.1060";
+  version = "0.4.1077";
 
   # 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 = "1c4drn6khqrjvyzzsiaracnpcvahbiya6v5p18h2lyl7xia8gk51";
+    sha256 = "1qf4n1zgbr533a0qbxp8548f25jwqdwfl42gi5dyfhm4f1y1jk1a";
   };
 
   meta = with stdenv.lib; {