panicparse: 2.2.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2023-10-12 22:30:46 +00:00
parent 093f098d26
commit f46a44c542
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "panicparse";
version = "2.2.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "maruel";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Bwvxj9Ifcq2WpicUBK+03fbGuoVAVF2Zmtpy/utUxoo=";
sha256 = "sha256-KjWUubrHPJUJWvoa13EGEwTd5uNC0nrHAF8hzdnxEmY=";
};
vendorHash = "sha256-ZHUxzGqsGX1c4mBA4TBO2+WnGDhwAOGi0uYQx+3OgL8=";
vendorHash = "sha256-udkh/6Bu+7djxugMIuVsZvZ3JN2JooihsmcS2wJT0Wo=";
subPackages = [ "." ];