From c955a451648167941dd446072242d8cbfd10c19b Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Tue, 27 Feb 2024 19:51:54 -0800 Subject: [PATCH] autotiling: 1.9 -> 1.9.1 (#291975) * autotiling: 1.9 -> 1.9.1 * Update pkgs/misc/autotiling/default.nix Co-authored-by: Muhammad Falak R Wani --------- Co-authored-by: Artturi Co-authored-by: Muhammad Falak R Wani --- pkgs/misc/autotiling/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/autotiling/default.nix b/pkgs/misc/autotiling/default.nix index 7bce53c54d83..7ce870cfce1c 100644 --- a/pkgs/misc/autotiling/default.nix +++ b/pkgs/misc/autotiling/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec { pname = "autotiling"; - version = "1.9"; + version = "1.9.1"; src = fetchFromGitHub { owner = "nwg-piotr"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-0wZg4FvBo2AyVRexY3ZJhBTqUwElqyIHD5bLJ84WynE="; + hash = "sha256-PTMF9w4PMkKuhjLAP7856lOOiuyj5YZOoax0K9bgGgQ="; }; propagatedBuildInputs = [ i3ipc importlib-metadata ];