Merge pull request #190237 from r-ryantm/auto-update/autotiling

This commit is contained in:
Artturi 2022-09-09 03:17:47 +03:00 committed by GitHub
commit 03c4855314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "autotiling"; pname = "autotiling";
version = "1.6"; version = "1.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nwg-piotr"; owner = "nwg-piotr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "1hjlvg7095s322gb43r9g7mqlsy3pj13l827jpnbn5x0918rq9rr"; sha256 = "sha256-BpBDafpMbK2Xcb+lGzcf5RivhwMCtoQ078EKO9AbE9U=";
}; };
propagatedBuildInputs = [ i3ipc importlib-metadata ]; propagatedBuildInputs = [ i3ipc importlib-metadata ];