Loading pkgs/applications/editors/retext/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ python3.pkgs.buildPythonApplication rec { pname = "retext"; version = "8.0.1"; version = "8.0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "retext-project"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-7zNEmFf0FZCzaNq9EMfGCje66/v5T/QvI5DTftLhi7g="; hash = "sha256-BToW9rPFEbgAErvJ5gtUpNadCLtlRihE7eKKFgO5N68="; }; toolbarIcons = fetchzip { Loading Loading
pkgs/applications/editors/retext/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,14 +15,14 @@ python3.pkgs.buildPythonApplication rec { pname = "retext"; version = "8.0.1"; version = "8.0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "retext-project"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-7zNEmFf0FZCzaNq9EMfGCje66/v5T/QvI5DTftLhi7g="; hash = "sha256-BToW9rPFEbgAErvJ5gtUpNadCLtlRihE7eKKFgO5N68="; }; toolbarIcons = fetchzip { Loading