1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

Merge pull request #92803 from gnxlxnxx/master

swaylock-effects: v1.6-0 -> v1.6-1
This commit is contained in:
Maximilian Bosch 2020-07-10 09:57:23 +02:00 committed by GitHub
commit cfd3aac3fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,13 @@
stdenv.mkDerivation rec {
pname = "swaylock-effects";
version = "v1.6-0";
version = "v1.6-1";
src = fetchFromGitHub {
owner = "mortie";
repo = "swaylock-effects";
rev = version;
sha256 = "15lshqq3qj9m3yfac65hjcciaf9zdfh3ir7hgh0ach7gpi3rbk13";
sha256 = "044fc4makjx8v29fkx5xlil6vr1v4r0k6c8741pl67gzvlm4cx3i";
};
postPatch = ''
@ -30,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Screen locker for Wayland";
longDescription = ''
swaylock-effects is a screen locking utility for Wayland compositors.
Swaylock, with fancy effects
'';
inherit (src.meta) homepage;
license = licenses.mit;