Commit 5379ceec authored by R. RyanTM's avatar R. RyanTM
Browse files

flamelens: 0.3.1 -> 0.4.0

parent 493a3b21
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";