about summary refs log tree commit diff
path: root/pkgs/applications/graphics/scantailor
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 12:00:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-26 12:00:22 +0000
commitfa73fc0e4deccc232eeb57184e68a5bd6d2b59d3 (patch)
tree93f806ec5930b7a204c96b45fda5ad16e3ce6824 /pkgs/applications/graphics/scantailor
parent12f21439d54693eb07647b27ba05c9e2163ab2b4 (diff)
scantailor-advanced: 1.0.18 -> 1.0.19
Diffstat (limited to 'pkgs/applications/graphics/scantailor')
-rw-r--r--pkgs/applications/graphics/scantailor/advanced.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/scantailor/advanced.nix b/pkgs/applications/graphics/scantailor/advanced.nix
index 11ddc7c7db3fa..2dfc42c97ae48 100644
--- a/pkgs/applications/graphics/scantailor/advanced.nix
+++ b/pkgs/applications/graphics/scantailor/advanced.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "scantailor-advanced";
-  version = "1.0.18";
+  version = "1.0.19";
 
   src = fetchFromGitHub {
     owner = "vigri";
     repo = "scantailor-advanced";
     rev = "v${version}";
-    sha256 = "sha256-4/QSjgHvRgIduS/AXbT7osRTdOdgR7On3CbjRnGbwHU=";
+    sha256 = "sha256-mvoCoYdRTgXW5t8yd9Y9TOl7D3RDVwcjUv2YDUWrtRI=";
   };
 
   nativeBuildInputs = [ cmake qttools ];