i3lock-fancy-rapid: fix version; enable strictDeps, structuredAttrs (#561099)

This commit is contained in:
Gergő Gutyina
2026-09-16 23:31:12 +00:00
committed by GitHub

View File

@@ -8,7 +8,10 @@
stdenv.mkDerivation {
pname = "i3lock-fancy-rapid";
version = "unstable-2021-04-21";
version = "0-unstable-2021-04-21";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "yvbbrjdr";