mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
i3lock-color: 2.12.c -> 2.12.c.1
This commit is contained in:
parent
73fa45693c
commit
3432202c03
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.12.c";
|
version = "2.12.c.1";
|
||||||
pname = "i3lock-color";
|
pname = "i3lock-color";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PandorasFox";
|
owner = "PandorasFox";
|
||||||
repo = "i3lock-color";
|
repo = "i3lock-color";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34";
|
sha256 = "1q09cfgkikqbrkk1kljg8dsgbs5nacixhdqaww18h94hmlnbbssc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
- clock: time/date with configurable format
|
- clock: time/date with configurable format
|
||||||
- keyboard-layout
|
- keyboard-layout
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/PandorasFox/i3lock-color;
|
homepage = "https://github.com/PandorasFox/i3lock-color";
|
||||||
maintainers = with maintainers; [ malyn ];
|
maintainers = with maintainers; [ malyn ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user