swaylock-plugin: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm
2025-11-12 12:25:56 +00:00
parent ff7090395a
commit 7932076175
+2 -2
View File
@@ -23,12 +23,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swaylock-plugin";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "mstoeckl";
repo = "swaylock-plugin";
rev = "v${finalAttrs.version}";
hash = "sha256-j2MTmk2hS7yUFo/OMQpYxG03HxxTxpbzbnl6na3jjzY=";
hash = "sha256-UoBLEO7KaYihN/Suw9LjMXeV5sKxCULlJFynvuwwplM=";
};
strictDeps = true;