Unverified Commit 029da501 authored by Aidan Gauland's avatar Aidan Gauland
Browse files

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

Upstream isn't putting out releases, so we need to track the main
branch.
parent 2513ca1d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";