Merge pull request #144067 from r-ryantm/auto-update/scli

scli: 0.6.4 -> 0.6.5

authored by

Artturi and committed by
GitHub
ab5ad8fa 3dba0a1b

+2 -2
+2 -2
pkgs/applications/misc/scli/default.nix
··· 8 8 9 9 python3.pkgs.buildPythonApplication rec { 10 10 pname = "scli"; 11 - version = "0.6.4"; 11 + version = "0.6.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "isamert"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "0fx9ig08whl7bsii9m1h9wp361ngf1szd8v8yqglgl0x8044fwrk"; 17 + sha256 = "1lykxkqscvpzb7bvl8kfaf23mjhr2kaaqdg0756xx4z1m0smpkgy"; 18 18 }; 19 19 20 20 propagatedBuildInputs = with python3.pkgs; [