mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
cloc: 1.68 -> 1.70
This commit is contained in:
parent
820cb25139
commit
18a91ddfb6
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cloc-${version}";
|
name = "cloc-${version}";
|
||||||
version = "1.68";
|
version = "1.70";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlDanial";
|
owner = "AlDanial";
|
||||||
repo = "cloc";
|
repo = "cloc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17n6w7rd17h4q4cnjg4hxcfpx4plp40gd58bdyig9lsfbn6xcjxj";
|
sha256 = "1abkfkjn4fxplq33cwqjmgxabk2x6ij2klqn0w4a0lj82a7xx10x";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "cloc-v${version}-src/Unix";
|
sourceRoot = "cloc-v${version}-src/Unix";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue