bspwm: fix hash, set strictDeps, structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:32:28 -04:00
parent 0ec9b63333
commit 880753cad3
+4 -1
View File
@@ -14,11 +14,14 @@ stdenv.mkDerivation (finalAttrs: {
pname = "bspwm";
version = "0.9.12";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "baskerville";
repo = "bspwm";
tag = finalAttrs.version;
sha256 = "sha256-sEheWAZgKVDCEipQTtDLNfDSA2oho9zU9gK2d6W6WSU=";
hash = "sha256-sEheWAZgKVDCEipQTtDLNfDSA2oho9zU9gK2d6W6WSU=";
};
buildInputs = [