summary refs log tree commit diff
path: root/pkgs/tools/misc/you-get
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 19:21:29 -0800
committerFranz Pletz <fpletz@fnordicwalking.de>2018-02-28 07:11:25 +0000
commit804a31f9ae82010a9133cc5877b9a4b1d6e32067 (patch)
treebfa259df3f2f752fdad8694c064fa942966699bc /pkgs/tools/misc/you-get
parent29fc3496d89081c66668b45c35ba7eb694bd1b1a (diff)
downloadnixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar.gz
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar.bz2
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar.lz
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar.xz
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.tar.zst
nixpkgs-804a31f9ae82010a9133cc5877b9a4b1d6e32067.zip
you-get: 0.4.1011 -> 0.4.1025
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped -h` got 0 exit code
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped --help` got 0 exit code
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped -V` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped --version` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped -h` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/.you-get-wrapped --help` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get -h` got 0 exit code
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get --help` got 0 exit code
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get -V` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get --version` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get -h` and found version 0.4.1025
- ran `/nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025/bin/you-get --help` and found version 0.4.1025
- found 0.4.1025 with grep in /nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025
- found 0.4.1025 in filename of file in /nix/store/yf9zmzfn5f41n3w55ss5bla25b3bp2is-you-get-0.4.1025

cc "@ryneeverett"
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 3a917040863..5ae99d23939 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.1011";
+  version = "0.4.1025";
 
   # 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 = "0h6aspnfic30s89xsv6qss1jfka9px4ll60bqrjbds4y0k3h818g";
+    sha256 = "1dbalpwhzn39kgswjy84720wfjssa087adavbwig53krsjdvhj6k";
   };
 
   meta = with stdenv.lib; {