File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/nw/nwg-drawer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414let
1515 pname = "nwg-drawer" ;
16- version = "0.6.4 " ;
16+ version = "0.6.5 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "nwg-piotr" ;
2020 repo = "nwg-drawer" ;
2121 rev = "v${ version } " ;
22- hash = "sha256-uctM2fi3lfSrvKSinkjAXD3bLyJOVC0DTyDoAKXgB54 =" ;
22+ hash = "sha256-fWh2htmLIM0IHRYOs8fzrjwq1IRLDJpWniY24BVFtFE =" ;
2323 } ;
2424
25- vendorHash = "sha256-VW9K56pdzA6CAqyJ859WOCEtHTASW8lnQGuW1zBUJYw =" ;
25+ vendorHash = "sha256-iUFOWPr306CteR+5Cz/kE+XoG/qr3BBdM9duZm4TOU4 =" ;
2626in
2727buildGoModule {
2828 inherit
@@ -63,7 +63,7 @@ buildGoModule {
6363 description = "Application drawer for sway Wayland compositor" ;
6464 homepage = "https://github.com/nwg-piotr/nwg-drawer" ;
6565 changelog = "https://github.com/nwg-piotr/nwg-drawer/releases/tag/${ src . rev } " ;
66- license = with lib . licenses ; [ mit ] ;
66+ license = with lib . licenses ; [ agpl3Plus ] ;
6767 mainProgram = "nwg-drawer" ;
6868 maintainers = with lib . maintainers ; [ ] ;
6969 platforms = with lib . platforms ; linux ;
You can’t perform that action at this time.
0 commit comments