about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-22 21:01:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-22 21:01:54 +0000
commit0b52d7ec90a82abd69496b1b76e3fa89aa152609 (patch)
tree8688c0826ccf4f534a24145cdc05996cb4d3966d
parent2a56c2ca6814a31f8211dad09302398a06acbcdf (diff)
inkscape-extensions.textext: 1.10.1 -> 1.10.2
-rw-r--r--pkgs/applications/graphics/inkscape/extensions/textext/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix
index bb7ccd3e1896a..c3ad003cc1b2c 100644
--- a/pkgs/applications/graphics/inkscape/extensions/textext/default.nix
+++ b/pkgs/applications/graphics/inkscape/extensions/textext/default.nix
@@ -20,13 +20,13 @@ let
 in
 python3.pkgs.buildPythonApplication rec {
   pname = "textext";
-  version = "1.10.1";
+  version = "1.10.2";
 
   src = fetchFromGitHub {
     owner = "textext";
     repo = "textext";
-    rev = version;
-    sha256 = "sha256-FbUfZfVOYEyQVL1YMyNwb/sIUxJ+VhevatjuJI/ocIw=";
+    rev = "refs/tags/${version}";
+    sha256 = "sha256-JbI/ScCFCvHbK9JZzHuT67uSAL3546et+gtTkwRnCSE=";
   };
 
   patches = [