nwg-drawer: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm
2025-05-06 16:34:58 +09:00
committed by natsukium
parent 88c834978e
commit 4b7cd0af44
+4 -4
View File
@@ -13,16 +13,16 @@
let
pname = "nwg-drawer";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = "nwg-drawer";
rev = "v${version}";
hash = "sha256-uctM2fi3lfSrvKSinkjAXD3bLyJOVC0DTyDoAKXgB54=";
hash = "sha256-fWh2htmLIM0IHRYOs8fzrjwq1IRLDJpWniY24BVFtFE=";
};
vendorHash = "sha256-VW9K56pdzA6CAqyJ859WOCEtHTASW8lnQGuW1zBUJYw=";
vendorHash = "sha256-iUFOWPr306CteR+5Cz/kE+XoG/qr3BBdM9duZm4TOU4=";
in
buildGoModule {
inherit
@@ -63,7 +63,7 @@ buildGoModule {
description = "Application drawer for sway Wayland compositor";
homepage = "https://github.com/nwg-piotr/nwg-drawer";
changelog = "https://github.com/nwg-piotr/nwg-drawer/releases/tag/${src.rev}";
license = with lib.licenses; [ mit ];
license = with lib.licenses; [ agpl3Plus ];
mainProgram = "nwg-drawer";
maintainers = with lib.maintainers; [ ];
platforms = with lib.platforms; linux;