swaylock: 1.7.2 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-08-24 02:45:38 +00:00
parent a2f47ce51c
commit ab91193111

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "swaylock";
version = "1.7.2";
version = "1.8.0";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swaylock";
rev = "v${version}";
hash = "sha256-ZsOLDqmkyhel8QAezdVZ51utruJrBZWqaZ7NzimXWQ4=";
hash = "sha256-1+AXxw1gH0SKAxUa0JIhSzMbSmsfmBPCBY5IKaYtldg=";
};
strictDeps = true;