scli: 0.6.3 -> 0.6.4

This commit is contained in:
Alex Eyre 2021-07-17 21:10:00 +01:00
parent 99c4a49204
commit 861e1f1a5d

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "scli";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "isamert";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QGVBJKTBo2RckGwW1deM2toRPT73PYDLvr7YVepkQvg=";
sha256 = "0fx9ig08whl7bsii9m1h9wp361ngf1szd8v8yqglgl0x8044fwrk";
};
propagatedBuildInputs = with python3.pkgs; [