about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-28 22:36:33 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-28 22:36:33 +0300
commite827e6e7b4d4b872cd628eca972940ac5b7c8160 (patch)
tree27a489fec267dc760b58a34a581af35815105e37 /pkgs/development/tools
parentab4d4f6fd55a2d17f3bd125ed08de2564525ea2d (diff)
jprofiler: 13.0.2 -> 13.0.6
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/java/jprofiler/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/java/jprofiler/default.nix b/pkgs/development/tools/java/jprofiler/default.nix
index f4c5df10386e3..2044771fa9b37 100644
--- a/pkgs/development/tools/java/jprofiler/default.nix
+++ b/pkgs/development/tools/java/jprofiler/default.nix
@@ -12,7 +12,7 @@ let
   inherit (stdenv.hostPlatform) system;
   pname = "jprofiler";
 
-  version = "13.0.2";
+  version = "13.0.6";
   nameApp = "JProfiler";
 
   meta = with lib; {
@@ -28,15 +28,15 @@ let
 
   src = if stdenv.isLinux then fetchurl {
     url = "https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_linux_${lib.replaceStrings ["."] ["_"]  version}.tar.gz";
-    sha256 = "sha256-x9I7l2ctquCqUymtlQpFXE6+u0Yg773qE6MvAxvCaEE=";
+    hash = "sha256-orjBSaC7NvKcak+RSEa9V05oL3EZIBnp7TyaX/8XFyg=";
   } else fetchurl {
     url = "https://download-gcdn.ej-technologies.com/jprofiler/jprofiler_macos_${lib.replaceStrings ["."] ["_"]  version}.dmg";
-    sha256 = "sha256-CpuFmvszMZA1+1A51swWA3maK8I8RQEYo8Z3A/CQSlA=";
+    hash = "sha256-OI6NSPqYws5Rv25U5jIPzkyJtB8LF04qHB3NPR9XBWg=";
   };
 
   srcIcon = fetchurl {
     url = "https://www.ej-technologies.com/assets/content/header-product-jprofiler@2x-24bc4d84bd2a4eb641a5c8531758ff7c.png";
-    sha256 = "sha256-XUmuqhnNv7mZ3Gb4A0HLSlfiJd5xbCExVsw3hmXHeVE=";
+    hash = "sha256-XUmuqhnNv7mZ3Gb4A0HLSlfiJd5xbCExVsw3hmXHeVE=";
   };
 
   desktopItems = makeDesktopItem {