Merge pull request #284159 from r-ryantm/auto-update/nile
nile: unstable-2023-10-02 -> unstable-2024-01-25
This commit is contained in:
commit
6ce78cd739
@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nile";
|
pname = "nile";
|
||||||
version = "unstable-2023-10-02";
|
version = "unstable-2024-01-25";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imLinguin";
|
owner = "imLinguin";
|
||||||
repo = "nile";
|
repo = "nile";
|
||||||
rev = "8f7ab2650fc730efc8960b5fcd71421d724a4108";
|
rev = "731d653f71d679cc318b411d7b3a197396ca59d4";
|
||||||
hash = "sha256-Vhjp9JX8VX0PWsvEh5eOhz7vsIEaiCyPNPOjibE8GXo=";
|
hash = "sha256-oja7xSIXZT1/0t1qep0C9tU524L4GVMrXF5WWiIXwyA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
Loading…
Reference in New Issue
Block a user