flamelens: 0.3.1 -> 0.4.0 (#493710)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-01 17:54:31 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "flamelens";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "YS-L";
repo = "flamelens";
tag = "v${finalAttrs.version}";
hash = "sha256-cvsBeV9pdgr8V+82Fw/XZS1Ljq/7ff4JYMHnNxqNvOM=";
hash = "sha256-b7lRMyeX/aL1ziSaLBUxChrwXeKNhcCShjGY6ANYqhY=";
};
cargoHash = "sha256-FIIt8RwPaPrVG3D9FoMjR4L81NzUrKZsAeW2AJkBG1o=";
cargoHash = "sha256-QcEN83Cd92i0Ll+8uWSLREKk5i0STwhAKTCx48BiI6A=";
meta = {
description = "Interactive flamegraph viewer in the terminal";