Merge pull request #183920 from r-ryantm/auto-update/s3ql

s3ql: 3.8.1 -> 4.0.0

authored by Jonas Heinrich and committed by GitHub 796a2677 302e3f85

+3 -3
+3 -3
pkgs/tools/backup/s3ql/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "s3ql"; 5 - version = "3.8.1"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 - rev = "release-${version}"; 11 - sha256 = "0kk8jjb9zir4wfxv4zsa4ysj77322l73vddcx4y6czjq1j9jz9f2"; 12 }; 13 14 checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]);
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "s3ql"; 5 + version = "4.0.0"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 + rev = "refs/tags/release-${version}"; 11 + sha256 = "sha256-7N09b7JwMPliuyv2fEy1gQYaFCMSSvajOBPhNL3DQsg="; 12 }; 13 14 checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]);