chsrc: 0.2.1 -> 0.2.2 (#428627)

This commit is contained in:
Weijia Wang 2025-08-05 05:17:54 +02:00 committed by GitHub
commit e6930a7389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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