Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

s3ql: 3.8.0 -> 3.8.1

(#155849)

authored by R. RyanTM and committed by GitHub 6bbd1925 22ae3af5

+2 -2
+2 -2
pkgs/tools/backup/s3ql/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "s3ql"; 5 - version = "3.8.0"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "release-${version}"; 11 - sha256 = "0a6ll5vs7faj1klfz3j674399qfbhy3blp3c5wwsqvcdkpcjcx11"; 12 }; 13 14 checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]);
··· 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 ]);