Loading pkgs/by-name/nw/nwg-drawer/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; Loading Loading
pkgs/by-name/nw/nwg-drawer/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; Loading