mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
gitolite: 3.6.12 -> 3.6.13
Changelog: https://github.com/sitaramc/gitolite/blob/v3.6.13/CHANGELOG
This commit is contained in:
parent
814f067760
commit
c941659cd3
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gitolite";
|
pname = "gitolite";
|
||||||
version = "3.6.12";
|
version = "3.6.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sitaramc";
|
owner = "sitaramc";
|
||||||
repo = "gitolite";
|
repo = "gitolite";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05xw1pmagvkrbzga5pgl3xk9qyc6b5x73f842454f3w9ijspa8zy";
|
hash = "sha256-/VBu+aepIrxWc2padPa/WoXbIdKfIwqmA/M8d1GE5FI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nettools perl ];
|
buildInputs = [ nettools perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user