nile: 1.0.0 -> unstable-2023-10-03

Upstream isn't putting out releases, so we need to track the main
branch.
This commit is contained in:
Aidan Gauland 2023-11-05 09:14:37 +13:00
parent 2513ca1dbc
commit 029da50101
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -15,14 +15,14 @@
buildPythonApplication rec {
pname = "nile";
version = "1.0.0";
version = "unstable-2023-10-03";
format = "pyproject";
src = fetchFromGitHub {
owner = "imLinguin";
repo = "nile";
rev = "f5f3b96f6483c59cfc646afbda6e97cb0bd94778";
hash = "sha256-HibY3U9/MibEDwHY+YiErW/pz6qwtps8wwjhznTISgA=";
rev = "8f7ab2650fc730efc8960b5fcd71421d724a4108";
hash = "sha256-Vhjp9JX8VX0PWsvEh5eOhz7vsIEaiCyPNPOjibE8GXo=";
};
disabled = pythonOlder "3.8";