summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-02 14:43:49 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-02 23:43:49 +0200
commitc7e11a28dce73ecf13e53ce48e83096064700cb8 (patch)
tree60b35af46f499f033d4969a0043f1c3d3168ae70
parent50ad07f61e2842ec4a32935cad77c88dece07bf5 (diff)
downloadnixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar.gz
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar.bz2
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar.lz
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar.xz
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.tar.zst
nixlib-c7e11a28dce73ecf13e53ce48e83096064700cb8.zip
visualvm: 1.4 -> 1.4.1 (#39721)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/visualvm/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.1 with grep in /nix/store/a6lr7j812ja6z31lzkpr2j2hf6wc842c-visualvm-1.4.1
- directory tree listing: https://gist.github.com/40c8f8eac649d32dcacc80c5e64dd0fe
-rw-r--r--pkgs/development/tools/java/visualvm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/java/visualvm/default.nix b/pkgs/development/tools/java/visualvm/default.nix
index 2eeefb23e042..2a707e35b918 100644
--- a/pkgs/development/tools/java/visualvm/default.nix
+++ b/pkgs/development/tools/java/visualvm/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchzip, lib, makeWrapper, makeDesktopItem, jdk, gtk2, gawk }:
 
 stdenv.mkDerivation rec {
-  version = "1.4";
+  version = "1.4.1";
   name = "visualvm-${version}";
 
   src = fetchzip {
     url = "https://github.com/visualvm/visualvm.src/releases/download/${version}/visualvm_${builtins.replaceStrings ["."] [""]  version}.zip";
-    sha256 = "0qpkal3yc8c8di4dmdglq54a4m7hciqximn5n6hwx2zqnfwx909z";
+    sha256 = "10ciyggf8mcy3c53shpl03fxqwsa2ilgw3xdgqhb1ah151k18p78";
   };
 
   desktopItem = makeDesktopItem {