nile: 1.1.1 -> 1.1.2

This commit is contained in:
Aidan Gauland 2024-09-17 10:35:26 +12:00
parent a32efffecd
commit 97e880441a
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -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";