summary refs log tree commit diff
path: root/pkgs/tools/misc/you-get/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-17 03:10:57 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-17 12:10:57 +0200
commitbde996eaab3fb147fe74a411ee61306408f05c7a (patch)
tree21c98e728fbdd6b965eaa89c5fbd130fdd3fac11 /pkgs/tools/misc/you-get/default.nix
parentc6a8b90d153643ff5eaaa378b8db565606059323 (diff)
downloadnixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar.gz
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar.bz2
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar.lz
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar.xz
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.tar.zst
nixpkgs-bde996eaab3fb147fe74a411ee61306408f05c7a.zip
you-get: 0.4.1040 -> 0.4.1060 (#39030)
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
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/.you-get-wrapped -h’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/.you-get-wrapped --help’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/you-get -h’ got 0 exit code
- ran ‘/nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060/bin/you-get --help’ got 0 exit code
- found 0.4.1060 with grep in /nix/store/a7n7325307a14hwggdj0jzdj47182zma-you-get-0.4.1060
- directory tree listing: https://gist.github.com/d2773534e9b303789f531edc73f9eefb
Diffstat (limited to 'pkgs/tools/misc/you-get/default.nix')
-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 795c2ab191d..f0a8eda0028 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.1040";
+  version = "0.4.1060";
 
   # 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 = "fdc9021e8b1cf936aad4bd6c74b80ea8fa3573b807c41242ba781e247f8c8ca8";
+    sha256 = "1c4drn6khqrjvyzzsiaracnpcvahbiya6v5p18h2lyl7xia8gk51";
   };
 
   meta = with stdenv.lib; {