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