Skip to content

Commit

Permalink
cloc: 1.68 -> 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jul 9, 2016
1 parent 820cb25 commit 18a91dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/cloc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "cloc-${version}";
version = "1.68";
version = "1.70";

src = fetchFromGitHub {
owner = "AlDanial";
repo = "cloc";
rev = "v${version}";
sha256 = "17n6w7rd17h4q4cnjg4hxcfpx4plp40gd58bdyig9lsfbn6xcjxj";
sha256 = "1abkfkjn4fxplq33cwqjmgxabk2x6ij2klqn0w4a0lj82a7xx10x";
};

sourceRoot = "cloc-v${version}-src/Unix";
Expand Down

0 comments on commit 18a91dd

Please sign in to comment.