mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
xsct: 2.2 -> 2.3
This commit is contained in:
parent
373ef925ca
commit
b2a46acee6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user