Commit 3a228057 authored by R. RyanTM's avatar R. RyanTM Committed by Robert Helgesson
Browse files

cloc: 2.02 -> 2.04

parent d943ea28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

let
  version = "2.02";
  version = "2.04";
in
stdenv.mkDerivation {
  pname = "cloc";
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
    owner = "AlDanial";
    repo = "cloc";
    rev = "v${version}";
    sha256 = "sha256-qTrBCCC2J8Ewt6GvYlnXU8F1iB31A1xTFXdkee8L0Os=";
    sha256 = "sha256-x02TEm+VYSqj0gSF/Eg+4LkSd2/LapHHSBlZziTKBDQ=";
  };

  setSourceRoot = ''