mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nile: 1.1.1-unstable-2024-08-07 -> 1.1.1-unstable-2024-09-05 (#339929)
This commit is contained in:
commit
12bbbc0f64
@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "nile";
|
pname = "nile";
|
||||||
version = "1.1.1-unstable-2024-08-07";
|
version = "1.1.1-unstable-2024-09-05";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "imLinguin";
|
owner = "imLinguin";
|
||||||
repo = "nile";
|
repo = "nile";
|
||||||
rev = "9ce614f82a550a714ae55c4365658dba7bb1bb15";
|
rev = "aefa5dd9c3a5146669da22317c8e0e3c12665f64";
|
||||||
hash = "sha256-7EzU8aUYiYe1eXFs6nE1qchlMzIKh2U09uIGmiN32xM=";
|
hash = "sha256-wZdiUJH4sGYJqJ7Ssjl+30MiUbXupLzbSpiOU1M/3Fg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
Loading…
Reference in New Issue
Block a user