cpptrace: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-04-09 20:14:18 +00:00
parent b1dd7557c3
commit 4e15817226
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cpptrace";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "jeremy-rifkin";
repo = "cpptrace";
tag = "v${finalAttrs.version}";
hash = "sha256-3BnAWRpKJR5lsokpmbOLUIQGuiH46AM1NQwOtBl28AA=";
hash = "sha256-oFwRFFDLl4/3szVj/ge8cSrpuuHEzf4VsCPGTE0dxRc=";
};
nativeBuildInputs = [