xsct: 2.2 -> 2.3

This commit is contained in:
OPNA2608 2024-06-30 01:24:49 +02:00
parent 373ef925ca
commit b2a46acee6

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xsct";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "faf0";
repo = "sct";
rev = finalAttrs.version;
hash = "sha256-PDkbZTtl14wYdfALv43SIU9MKhbfiYlRqkI1mFn1qa4=";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-L93Gk7/jcRoUWogWhrOiBvWCCj+EbyGKxBR5oOVjPPU=";
};
buildInputs = [
@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Set color temperature of screen";
mainProgram = "xsct";
homepage = "https://github.com/faf0/sct";
changelog = "https://github.com/faf0/sct/blob/${finalAttrs.version}/CHANGELOG";
license = licenses.unlicense;
maintainers = with maintainers; [ OPNA2608 ];
platforms = with platforms; linux ++ freebsd ++ openbsd;