Merge pull request #294697 from r-ryantm/auto-update/nile
nile: unstable-2024-02-05 -> unstable-2024-03-09
This commit is contained in:
commit
983c0f7891
1 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nile";
|
pname = "nile";
|
||||||
version = "unstable-2024-02-05";
|
version = "unstable-2024-03-09";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imLinguin";
|
owner = "imLinguin";
|
||||||
repo = "nile";
|
repo = "nile";
|
||||||
rev = "5e878e19f6caba74bfe18369d84476ceb6779ff1";
|
rev = "ae09acfc20fe4e462762666871f78caae70f6c74";
|
||||||
hash = "sha256-sGhceSW1bL5uQ726apfn9BJaO1FxjOBqzAdt2x7us9Q=";
|
hash = "sha256-hqhIacsbultY3CvvkYAZHmhCkQLi1mkPQwkztaUOd10=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
Loading…
Reference in a new issue