mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
nile: 1.1.1 -> 1.1.2
This commit is contained in:
parent
a32efffecd
commit
97e880441a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user