chsrc: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2025-07-26 15:41:51 +00:00
parent 3a7b11adc5
commit 4978943db3

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chsrc";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "RubyMetric";
repo = "chsrc";
tag = "v${finalAttrs.version}";
hash = "sha256-yZjza4BSgRCOwc719iNdG17WVuLPUBJjZb6Yz4FsTcA=";
hash = "sha256-W59c78U7fZ4nlSm4Yn7sySYdMqS848aGAzqHh+BVEpA=";
};
nativeBuildInputs = [ texinfo ];