swayidle: 1.8.0 -> 1.9.0

Changes: https://github.com/swaywm/swayidle/releases/tag/v1.9.0
This commit is contained in:
Sergei Trofimovich
2025-11-06 22:27:29 +00:00
parent b94ef5708e
commit a12d2ad248
+3 -3
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "swayidle";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "swaywm";
repo = "swayidle";
rev = version;
hash = "sha256-/U6Y9H5ZqIJph3TZVcwr9+Qfd6NZNYComXuC1D9uGHg=";
rev = "v${version}";
hash = "sha256-fxDwRfAXb9D6epLlyWnXpy9g8V3ovJRpQ/f3M4jxY/s=";
};
strictDeps = true;