1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

simple-scan: 3.19.3 -> 3.19.4

This commit is contained in:
Tobias Geerinckx-Rice 2016-01-18 04:25:43 +01:00
parent 011c149ed5
commit 34dc7fe49f

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, cairo, colord, glib, gtk3, gusb, intltool, itstool
, libusb1, libxml2, pkgconfig, sane-backends, vala, wrapGAppsHook }:
let version = "3.19.3"; in
let version = "3.19.4"; in
stdenv.mkDerivation rec {
name = "simple-scan-${version}";
src = fetchurl {
sha256 = "0il7ikd5hj9mgzrivm01g572g9101w8la58h3hjyakwcfw3jp976";
sha256 = "1v9sify1s38qd5sfg26m7sdg9bkrfmai2nijs4wzah7xa9p23c83";
url = "https://launchpad.net/simple-scan/3.19/${version}/+download/${name}.tar.xz";
};