panicparse: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm
2026-05-04 12:28:55 +00:00
parent 99828ad28e
commit 44b3bd041d
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "panicparse";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "maruel";
repo = "panicparse";
rev = "v${finalAttrs.version}";
sha256 = "sha256-EBNOHI04v47sXAWrjHsU4pixP4TPOuHy8S3YmlkiLN4=";
sha256 = "sha256-vVCPfuLAKPTt5IWI4aNSocZXf9Mct9GoF3Cvgq6lAow=";
};
vendorHash = "sha256-/w/dtt55NVHoJ5AeHsqH/IRe3bJq1YvpasLh8Zn8Ckg=";
vendorHash = "sha256-eCojW2t8n+xhah5UCshGprj7cZ1Kmh0Z+B2V8Y+wW1w=";
subPackages = [ "." ];