mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 23:27:50 +03:00
autotiling: 1.8 -> 1.9
This commit is contained in:
parent
b2b2c22016
commit
a3b2a813bc
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "autotiling";
|
pname = "autotiling";
|
||||||
version = "1.8";
|
version = "1.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nwg-piotr";
|
owner = "nwg-piotr";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-4iiiiuXCHFXEeA99ikq/G3q2KXBZ7vwpfET7QtoDVds=";
|
sha256 = "sha256-0wZg4FvBo2AyVRexY3ZJhBTqUwElqyIHD5bLJ84WynE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ i3ipc importlib-metadata ];
|
propagatedBuildInputs = [ i3ipc importlib-metadata ];
|
||||||
|
Loading…
Reference in New Issue
Block a user