cloc: 1.98 -> 2.00
This commit is contained in:
parent
f1c0064801
commit
a24b9a0959
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchFromGitHub, makeWrapper, perlPackages }:
|
||||
|
||||
let version = "1.98";
|
||||
let version = "2.00";
|
||||
in stdenv.mkDerivation {
|
||||
pname = "cloc";
|
||||
inherit version;
|
||||
|
@ -9,7 +9,7 @@ in stdenv.mkDerivation {
|
|||
owner = "AlDanial";
|
||||
repo = "cloc";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-OTzIzLgE9sdbHZUSARSbVrxD95dW8gPiM8tvMvqm1Bg=";
|
||||
sha256 = "sha256-GZvrsVuPLg09yOlDmdHNZ0QLXoftgSYMFkn6PLf1/Pw=";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
|
Loading…
Reference in a new issue