We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e81a24 + b2e6d7a commit d869408Copy full SHA for d869408
1 file changed
pkgs/by-name/hl/hl-log-viewer/package.nix
@@ -8,16 +8,16 @@
8
}:
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "hl-log-viewer";
11
- version = "0.30.3";
+ version = "0.31.1";
12
13
src = fetchFromGitHub {
14
owner = "pamburus";
15
repo = "hl";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-18FzXUvpMHu3EfECgcslhReinMM6Oa1qdTKbbqFiv1w=";
+ hash = "sha256-rKvcJ7mPCuX+QGdDDeYIk+PtojFgIde5IA7mORmDekw=";
18
};
19
20
- cargoHash = "sha256-qx3NxWgCsCurU+TObQIvn1Xyn5IRP/iNem3s201MD4A=";
+ cargoHash = "sha256-YsDgLPr2V628QCDIOPcx2XQlaomicWZKZ24vXNgxRVE=";
21
useFetchCargoVendor = true;
22
23
nativeBuildInputs = [ installShellFiles ];
0 commit comments