Merge pull request #180816 from aacebedo/swaylock-effects

This commit is contained in:
Artturi 2022-12-27 18:35:05 +02:00 committed by GitHub
commit f73cdf0225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''