swaylock-effects: 1.6.10 -> 1.6.11

This commit is contained in:
Erin Kim 2023-01-22 04:52:38 +00:00 committed by GitHub
parent 5ed4819433
commit 4b1bd2ce87
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 = ''