summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-03-14 21:01:36 +0000
committerGitHub <noreply@github.com>2018-03-14 21:01:36 +0000
commit86be930df7e4421b5c6e69a09699666ab4c4bcf0 (patch)
tree40e7bd0f8fbb7b875dd37fc6559db239c18c7dfd /pkgs
parent6f9a9e887662c5a05a8401782e36629f68d75931 (diff)
parentdef8f8757cc38f79ec457d9db49d4c2eb3d736ca (diff)
downloadnixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar.gz
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar.bz2
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar.lz
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar.xz
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.tar.zst
nixlib-86be930df7e4421b5c6e69a09699666ab4c4bcf0.zip
Merge pull request #36714 from ryantm/auto-update/w_scan
w_scan: 20161022 -> 20170107
Diffstat (limited to 'pkgs')
-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 59ba63b32eeb..2bf74da3d0f2 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 = {