swaylock: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2025-03-20 12:52:19 +00:00
parent b64ec1944e
commit 227c2c4ba7
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "swaylock";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaylock";
tag = "v${version}";
hash = "sha256-1+AXxw1gH0SKAxUa0JIhSzMbSmsfmBPCBY5IKaYtldg=";
hash = "sha256-bzsgjRyyQudf3odrvJ5wdM49VjUgWxfoaU876A2sYus=";
};
strictDeps = true;