tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
async-profiler: 4.0 -> 4.1
R. Ryantm
6 months ago
b5dbe95c
33d3d008
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
as
async-profiler
package.nix
+2
-2
pkgs/by-name/as/async-profiler/package.nix
···
8
8
}:
9
9
stdenv.mkDerivation rec {
10
10
pname = "async-profiler";
11
11
-
version = "4.0";
11
11
+
version = "4.1";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "jvm-profiling-tools";
15
15
repo = "async-profiler";
16
16
rev = "v${version}";
17
17
-
hash = "sha256-4S5Lbhqu2V7TzrbFf3G3G4OEYLU6w5lcgUl49k9YqSA=";
17
17
+
hash = "sha256-82aZK9y1Y5PaYtIG7FqnrbYU+bQ3nNzOCn+3lFzyeCA=";
18
18
};
19
19
20
20
nativeBuildInputs = [ makeWrapper ];