File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727
2828ps . buildPythonApplication rec {
2929 pname = "normcap" ;
30- version = "0.5.8 " ;
30+ version = "0.5.9 " ;
3131 format = "pyproject" ;
3232
3333 disabled = ps . pythonOlder "3.9" ;
@@ -36,7 +36,7 @@ ps.buildPythonApplication rec {
3636 owner = "dynobo" ;
3737 repo = "normcap" ;
3838 rev = "refs/tags/v${ version } " ;
39- hash = "sha256-iMlW8oEt4OSipJaQ2XzBZeBVqiZP/C1sM0f5LYjv7/A =" ;
39+ hash = "sha256-K8BkPRHmcJSzYPxv49a1whKpe+StK7m0ea7t2YNUESw =" ;
4040 } ;
4141
4242 pythonRemoveDeps = [
@@ -175,6 +175,7 @@ ps.buildPythonApplication rec {
175175 meta = with lib ; {
176176 description = "OCR powered screen-capture tool to capture information instead of images" ;
177177 homepage = "https://dynobo.github.io/normcap/" ;
178+ changelog = "https://github.com/dynobo/normcap/releases/tag/v${ version } " ;
178179 license = licenses . gpl3Plus ;
179180 maintainers = with maintainers ; [ cafkafk pbsds ] ;
180181 mainProgram = "normcap" ;
You can’t perform that action at this time.
0 commit comments