Commit c941659c authored by Thomas Gerbet's avatar Thomas Gerbet Committed by Austin Seipp
Browse files

gitolite: 3.6.12 -> 3.6.13

parent 814f0677
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];