Skip to content

Commit f3c37b4

Browse files
authored
nwg-drawer: 0.6.4 -> 0.6.5 (#402356)
2 parents 6febce8 + 4b7cd0a commit f3c37b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/nw/nwg-drawer/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
let
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=";
2626
in
2727
buildGoModule {
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;

0 commit comments

Comments
 (0)