File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/by-name/ge/gearlever Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616 appimage-run ,
1717 gtk4 ,
1818 bintools ,
19+ libnotify ,
1920} :
2021
2122python3Packages . buildPythonApplication rec {
2223 pname = "gearlever" ;
23- version = "2.0.6 " ;
24+ version = "2.0.7 " ;
2425 pyproject = false ; # Built with meson
2526
2627 src = fetchFromGitHub {
2728 owner = "mijorus" ;
2829 repo = "gearlever" ;
29- rev = version ;
30- hash = "sha256-+JuF0SL+2yVgkKPItt9Vq6SLcnxaMSWxIeVhY9XLX28 =" ;
30+ rev = "refs/tags/ ${ version } " ;
31+ hash = "sha256-Zp0w6ZJFRV5IANF0sY/n8jqgG+3h9J2eV/dUP+we8PY =" ;
3132 } ;
3233
3334 postPatch =
@@ -79,6 +80,7 @@ python3Packages.buildPythonApplication rec {
7980 desktop-file-utils # update-desktop-database
8081 gtk4 . dev # gtk4-launch
8182 bintools # readelf
83+ libnotify # notify-send
8284 ]
8385 } "
8486 ] ;
You can’t perform that action at this time.
0 commit comments