Merge pull request #38697 from r-ryantm/auto-update/scantailor-advanced

scantailor-advanced: 1.0.12 -> 1.0.14
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:01:05 -05:00 committed by GitHub
commit 117b79d2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "scantailor-advanced-${version}";
version = "1.0.12";
version = "1.0.14";
src = fetchFromGitHub {
owner = "4lex4";
repo = "scantailor-advanced";
rev = "v${version}";
sha256 = "0i80jzky7l8wdv0wqdx48x1q0wmj72hhm0050pd43q80pj5r78a0";
sha256 = "1h7lng0hxkjcvwbdf1yx59a382kiwn9bpll42acqs71nsvw65p28";
};
nativeBuildInputs = [ cmake qttools ];