chsrc: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2025-12-31 12:31:24 +00:00
parent 3a9542aaa5
commit e2236b4d15
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chsrc";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "RubyMetric";
repo = "chsrc";
tag = "v${finalAttrs.version}";
hash = "sha256-AgyaaKPCyqivCMd6VrV1Fiu6D/bvgW/faztVByjghiQ=";
hash = "sha256-DPX6CeFaN9dMRz8NzJs/7v9Orgh6+MV2xmOLdtDqEtI=";
};
nativeBuildInputs = [ texinfo ];