about summary refs log tree commit diff
path: root/pkgs/applications/graphics/curtail
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 21:21:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 21:21:47 +0000
commite965f81784d7010b010f4f2750cbd923a9326a9f (patch)
tree8c86340da00204c72e53be82856d3abcd9ca77df /pkgs/applications/graphics/curtail
parent1d472db6a3a74b6f6f555eab78a402c0b5bfff35 (diff)
curtail: 1.9.1 -> 1.10.0
Diffstat (limited to 'pkgs/applications/graphics/curtail')
-rw-r--r--pkgs/applications/graphics/curtail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/curtail/default.nix b/pkgs/applications/graphics/curtail/default.nix
index 0ef67bdcc85fa..6ff083d08f02e 100644
--- a/pkgs/applications/graphics/curtail/default.nix
+++ b/pkgs/applications/graphics/curtail/default.nix
@@ -20,14 +20,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "curtail";
-  version = "1.9.1";
+  version = "1.10.0";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "Huluti";
     repo = "Curtail";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-9xTdT2mS3aWyimkxrNwCuWIzZ0dPE7w4xUwO53kKr30=";
+    sha256 = "sha256-xwpjyMMdjYMrd79/EzoNae4rQuq2VjwJRNoudNGD78E=";
   };
 
   nativeBuildInputs = [