Unverified Commit 18ef5d46 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

chsrc: 0.2.2 -> 0.2.3 (#449282)

parents eecf27c0 fe94082c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "chsrc";
  version = "0.2.2";
  version = "0.2.3";

  src = fetchFromGitHub {
    owner = "RubyMetric";
    repo = "chsrc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W59c78U7fZ4nlSm4Yn7sySYdMqS848aGAzqHh+BVEpA=";
    hash = "sha256-AgyaaKPCyqivCMd6VrV1Fiu6D/bvgW/faztVByjghiQ=";
  };

  nativeBuildInputs = [ texinfo ];