swaylock-effects: changed source repository

Original repository seems not maintained anymore.
The new repo maintained by jirutka is up to date.
This commit is contained in:
Alexandre Acebedo
2022-07-09 08:56:35 +02:00
parent bf3a548c52
commit 2a6d0bdf94
@@ -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 = ''