Skip to content

Commit

Permalink
swaylock-effects: changed source repository
Browse files Browse the repository at this point in the history
Original repository seems not maintained anymore.
The new repo maintained by jirutka is up to date.
  • Loading branch information
aacebedo committed Jul 9, 2022
1 parent bf3a548 commit 2a6d0bd
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 2a6d0bd

Please sign in to comment.