summary refs log tree commit diff
path: root/pkgs/applications/video/w_scan
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-09 17:09:50 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-09 17:09:50 -0800
commitdef8f8757cc38f79ec457d9db49d4c2eb3d736ca (patch)
tree4221950b469af38559a68e24e8bcbfc968aa267c /pkgs/applications/video/w_scan
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar.gz
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar.bz2
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar.lz
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar.xz
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.tar.zst
nixpkgs-def8f8757cc38f79ec457d9db49d4c2eb3d736ca.zip
w_scan: 20161022 -> 20170107
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107/bin/w_scan -h` got 0 exit code
- ran `/nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107/bin/w_scan --help` got 0 exit code
- ran `/nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107/bin/w_scan -V` and found version 20170107
- ran `/nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107/bin/w_scan -h` and found version 20170107
- ran `/nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107/bin/w_scan --help` and found version 20170107
- found 20170107 in filename of file in /nix/store/w28jzw0lnbqy9sdpm78lf4n282x05f74-w_scan-20170107
Diffstat (limited to 'pkgs/applications/video/w_scan')
-rw-r--r--pkgs/applications/video/w_scan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/w_scan/default.nix b/pkgs/applications/video/w_scan/default.nix
index 59ba63b32ee..2bf74da3d0f 100644
--- a/pkgs/applications/video/w_scan/default.nix
+++ b/pkgs/applications/video/w_scan/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "w_scan-${version}";
-  version = "20161022";
+  version = "20170107";
 
   src = fetchurl {
     url = "http://wirbel.htpc-forum.de/w_scan/${name}.tar.bz2";
-    sha256 = "0y8dq2sm13xn2r2lrqf5pdhr9xcnbxbg1aw3iq1szds2idzsyxr0";
+    sha256 = "1zkgnj2sfvckix360wwk1v5s43g69snm45m0drnzyv7hgf5g7q1q";
   };
 
   meta = {