Unverified Commit 97e88044 authored by Aidan Gauland's avatar Aidan Gauland
Browse files

nile: 1.1.1 -> 1.1.2

parent a32efffe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "1.1.1";
  version = "1.1.2";
in
buildPythonApplication {
  pname = "nile";
@@ -24,7 +24,7 @@ buildPythonApplication {
    owner = "imLinguin";
    repo = "nile";
    rev = "v${version}";
    hash = "sha256-wZdiUJH4sGYJqJ7Ssjl+30MiUbXupLzbSpiOU1M/3Fg=";
    hash = "sha256-/C4b8wPKWHGgiheuAN7AvU+KcD5aj5i6KzgFSdTIkNI=";
  };

  disabled = pythonOlder "3.8";