diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-01-06 08:28:31 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-01-06 08:28:31 +0000 |
| commit | 7e98c597a1bbeb76da4267f2ddee0aa9475b1f9d (patch) | |
| tree | 6bc862c62739e0052239d1cf39f475f05e601690 | |
| parent | Merge pull request #209267 from jeremyschlatter/patch-1 (diff) | |
| download | nixpkgs-7e98c597a1bbeb76da4267f2ddee0aa9475b1f9d.tar.gz | |
hotspot: 1.4.0 -> 1.4.1
| -rw-r--r-- | pkgs/development/tools/analysis/hotspot/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/hotspot/default.nix b/pkgs/development/tools/analysis/hotspot/default.nix index 449d5b6b5ed3..82d8cd58933f 100644 --- a/pkgs/development/tools/analysis/hotspot/default.nix +++ b/pkgs/development/tools/analysis/hotspot/default.nix @@ -22,13 +22,13 @@ mkDerivation rec { pname = "hotspot"; - version = "1.4.0"; + version = "1.4.1"; src = fetchFromGitHub { owner = "KDAB"; repo = "hotspot"; rev = "v${version}"; - hash = "sha256-7GuIe8F3QqosW/XaN3KC1WeWcI7woUiEc9Nw0b+fSk0="; + hash = "sha256-DW4R7+rnonmEMbCkNS7TGodw+3mEyHl6OlFK3kbG5HM="; fetchSubmodules = true; }; |
