summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/retext
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-12 02:40:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-12 02:40:54 +0000
commita850790a260ddffb9c37fdfac2a2daae88ad0118 (patch)
treec51f28d54e180f00b657f1a0d95cc03ab08b8418 /pkgs/applications/editors/retext
parenta2f82b9b840d6120464b853b8c6efb462899c716 (diff)
retext: 8.0.0 -> 8.0.1
Diffstat (limited to 'pkgs/applications/editors/retext')
-rw-r--r--pkgs/applications/editors/retext/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/retext/default.nix b/pkgs/applications/editors/retext/default.nix
index feb42d9a99a9..db85170f5be1 100644
--- a/pkgs/applications/editors/retext/default.nix
+++ b/pkgs/applications/editors/retext/default.nix
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "retext";
- version = "8.0.0";
+ version = "8.0.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "retext-project";
repo = pname;
- rev = version;
- hash = "sha256-22yqNwIehgTfeElqhN5Jzye7LbcAiseTeoMgenpmsL0=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-7zNEmFf0FZCzaNq9EMfGCje66/v5T/QvI5DTftLhi7g=";
};
toolbarIcons = fetchzip {