swayidle: 1.8.0 -> 1.9.0 (#459288)

This commit is contained in:
rewine
2025-11-07 02:53:47 +00:00
committed by GitHub
+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;