Skip to content

Commit

Permalink
Merge pull request #180816 from aacebedo/swaylock-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Dec 27, 2022
2 parents 125a43a + 2a6d0bd commit f73cdf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/window-managers/sway/lock-effects.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "swaylock-effects";
version = "unstable-2021-10-21";
version = "1.6.10";

src = fetchFromGitHub {
owner = "mortie";
owner = "jirutka";
repo = "swaylock-effects";
rev = "a8fc557b86e70f2f7a30ca9ff9b3124f89e7f204";
sha256 = "sha256-GN+cxzC11Dk1nN9wVWIyv+rCrg4yaHnCePRYS1c4JTk=";
rev = "v${version}";
sha256 = "sha256-VkyH9XN/pR1UY/liG5ygDHp+ymdqCPeWHyU7/teJGbU=";
};

postPatch = ''
Expand Down

0 comments on commit f73cdf0

Please sign in to comment.