swaylock: 1.8.1 -> 1.8.2

Changes: https://github.com/swaywm/swaylock/releases/tag/v1.8.2
This commit is contained in:
Sergei Trofimovich
2025-03-23 18:20:40 +05:30
committed by Masum Reza
parent a048244f1a
commit af8e30d594
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "swaylock";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaylock";
tag = "v${version}";
hash = "sha256-bzsgjRyyQudf3odrvJ5wdM49VjUgWxfoaU876A2sYus=";
hash = "sha256-VZxUyASWyg+UMTTYeuyRIO+++ZKL0nAqjNS6nJ756yk=";
};
strictDeps = true;