cwm: 7.4 -> 7.9, add iamanaws as maintainer (#533662)
This commit is contained in:
@@ -13,16 +13,17 @@
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
pname = "cwm";
|
||||
version = "7.4";
|
||||
version = "7.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leahneukirchen";
|
||||
repo = "cwm";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-L3u4mH2UH2pTHhSPVr5dUi94b9DheslkIWL6EgQ05yA=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-YC+x4YSPAgZ47PFMbzICv9ixfDxA1PG3ncLiMahSoUc=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@@ -40,7 +41,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Lightweight and efficient window manager for X11";
|
||||
homepage = "https://github.com/leahneukirchen/cwm";
|
||||
maintainers = with lib.maintainers; [ _0x4A6F ];
|
||||
maintainers = with lib.maintainers; [
|
||||
_0x4A6F
|
||||
iamanaws
|
||||
];
|
||||
license = lib.licenses.isc;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "cwm";
|
||||
|
||||
Reference in New Issue
Block a user