Loading pkgs/development/python-modules/securetar/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = version; rev = "refs/tags/${version}"; hash = "sha256-3bDboggvKbpWyjpUOrUmtJx3Nj/6Uvut2nEQLYJubDA="; }; Loading @@ -35,6 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to handle tarfile backups"; homepage = "https://github.com/pvizeli/securetar"; changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/securetar/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pvizeli"; repo = pname; rev = version; rev = "refs/tags/${version}"; hash = "sha256-3bDboggvKbpWyjpUOrUmtJx3Nj/6Uvut2nEQLYJubDA="; }; Loading @@ -35,6 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to handle tarfile backups"; homepage = "https://github.com/pvizeli/securetar"; changelog = "https://github.com/pvizeli/securetar/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading