Skip to content

Commit

Permalink
swaylock-effects: v1.6-0 -> v1.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnxlxnxx committed Jul 9, 2020
1 parent 669de6d commit edeca59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/applications/window-managers/sway/lock-effects.nix
Expand Up @@ -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 = ''
Expand All @@ -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;
Expand Down

0 comments on commit edeca59

Please sign in to comment.