i3lock-color: modernize derivation

This commit is contained in:
Guy Chronister
2026-05-12 13:20:22 -05:00
parent 7aa7abbc31
commit 1bd7b4d804
+4 -4
View File
@@ -18,15 +18,15 @@
libxcb-util,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "2.13.c.5";
pname = "i3lock-color";
src = fetchFromGitHub {
owner = "PandorasFox";
repo = "i3lock-color";
rev = version;
sha256 = "sha256-fuLeglRif2bruyQRqiL3nm3q6qxoHcPdVdL+QjGBR/k=";
tag = finalAttrs.version;
hash = "sha256-fuLeglRif2bruyQRqiL3nm3q6qxoHcPdVdL+QjGBR/k=";
};
nativeBuildInputs = [
@@ -94,4 +94,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isDarwin;
};
}
})