chsrc: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-10-06 22:54:14 +00:00
parent 0bcf98ab2f
commit fe94082c9d

View File

@@ -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 ];