Merge pull request #212046 from oati/patch-3

swaylock-effects: 1.6.10 -> 1.6.11
This commit is contained in:
Nick Cao 2023-01-27 08:19:50 +08:00 committed by GitHub
commit 620eac54d5
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 = "1.6.10";
version = "1.6.11";
src = fetchFromGitHub {
owner = "jirutka";
repo = "swaylock-effects";
rev = "v${version}";
sha256 = "sha256-VkyH9XN/pR1UY/liG5ygDHp+ymdqCPeWHyU7/teJGbU=";
sha256 = "sha256-MKmWVYssO9HAcP5uqwpy9kDa6/kfZyV2NI7ibozt7Ug=";
};
postPatch = ''