plover.dev: 4.0.0.dev8 -> 4.0.0.dev10

Also unpins the aging python36Packages.

+4 -4
+4 -4
pkgs/applications/misc/plover/default.nix
··· 1 - { lib, fetchurl, python27Packages, python36Packages, wmctrl, 2 qtbase, mkDerivationWith }: 3 4 { ··· 24 ]; 25 }; 26 27 - dev = with python36Packages; mkDerivationWith buildPythonPackage rec { 28 pname = "plover"; 29 - version = "4.0.0.dev8"; 30 31 meta = with lib; { 32 description = "OpenSteno Plover stenography software"; ··· 36 37 src = fetchurl { 38 url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz"; 39 - sha256 = "1wxkmik1zyw5gqig5r0cas5v6f5408fbnximzw610rdisqy09rxp"; 40 }; 41 42 # I'm not sure why we don't find PyQt5 here but there's a similar
··· 1 + { lib, fetchurl, python27Packages, python3Packages, wmctrl, 2 qtbase, mkDerivationWith }: 3 4 { ··· 24 ]; 25 }; 26 27 + dev = with python3Packages; mkDerivationWith buildPythonPackage rec { 28 pname = "plover"; 29 + version = "4.0.0.dev10"; 30 31 meta = with lib; { 32 description = "OpenSteno Plover stenography software"; ··· 36 37 src = fetchurl { 38 url = "https://github.com/openstenoproject/plover/archive/v${version}.tar.gz"; 39 + sha256 = "sha256-Eun+ZgmOIjYw6FS/2OGoBvYh52U/Ue0+NtIqrvV2Tqc="; 40 }; 41 42 # I'm not sure why we don't find PyQt5 here but there's a similar