hl-log-viewer: 0.31.1 -> 0.31.2

This commit is contained in:
R. Ryantm 2025-05-31 15:07:05 +00:00 committed by Wolfgang Walther
parent 0e9a65448c
commit 6dfbd868a1
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -8,16 +8,16 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "hl-log-viewer"; pname = "hl-log-viewer";
version = "0.31.1"; version = "0.31.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pamburus"; owner = "pamburus";
repo = "hl"; repo = "hl";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-rKvcJ7mPCuX+QGdDDeYIk+PtojFgIde5IA7mORmDekw="; hash = "sha256-SYPzYdbrXltBk/A5T/yZo3IJXdowsHk38yL86BreF0k=";
}; };
cargoHash = "sha256-YsDgLPr2V628QCDIOPcx2XQlaomicWZKZ24vXNgxRVE="; cargoHash = "sha256-1iBpzoTyNB6ECDuGW26JMdu2YolrPmIT040V35Pi+C4=";
useFetchCargoVendor = true; useFetchCargoVendor = true;
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];