swaylock: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm
2026-07-09 19:16:35 +00:00
parent 82cb266056
commit f56a8f7f28
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swaylock";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaylock";
tag = "v${finalAttrs.version}";
hash = "sha256-Bu5ghPZoLdFsgGKv3YEbIEtg0BhHUKegEUxquIPBEi4=";
hash = "sha256-AkH3i9egklFm8z+0M46jFx9VubGWsRGwN1eLkrwkgfs=";
};
strictDeps = true;