gitolite: 3.6.12 -> 3.6.13

Changelog:
https://github.com/sitaramc/gitolite/blob/v3.6.13/CHANGELOG
This commit is contained in:
Thomas Gerbet 2023-07-17 15:31:56 +02:00 committed by Austin Seipp
parent 814f067760
commit c941659cd3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gitolite";
version = "3.6.12";
version = "3.6.13";
src = fetchFromGitHub {
owner = "sitaramc";
repo = "gitolite";
rev = "v${version}";
sha256 = "05xw1pmagvkrbzga5pgl3xk9qyc6b5x73f842454f3w9ijspa8zy";
hash = "sha256-/VBu+aepIrxWc2padPa/WoXbIdKfIwqmA/M8d1GE5FI=";
};
buildInputs = [ nettools perl ];