mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
cloc: 1.98 -> 2.00
This commit is contained in:
parent
f1c0064801
commit
a24b9a0959
@ -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 New Issue
Block a user