lazyjournal: 0.7.3 -> 0.7.8 (#408204)

This commit is contained in:
Austin Horstman
2025-05-18 22:14:42 -05:00
committed by GitHub
+7 -3
View File
@@ -5,7 +5,7 @@
nix-update-script,
}:
let
version = "0.7.3";
version = "0.7.8";
in
buildGoModule {
pname = "lazyjournal";
@@ -15,16 +15,20 @@ buildGoModule {
owner = "Lifailon";
repo = "lazyjournal";
tag = version;
hash = "sha256-uu36MmBT2K7ToeWcOxR/7ZvEVw+a3nj/zeA1ZbLTbYE=";
hash = "sha256-d+wiq6q5lxE17nCKZvl75xBsLMKz1AjxhLFH6GYX7Y0=";
};
vendorHash = "sha256-1tQ0ZFww9VCnoRzmOQw9RaiRJmTRErAio13uAAKtgTw=";
vendorHash = "sha256-faMGgTJuD/6CqR+OfGknE0dGdDOSwoODySNcb3kBLv8=";
ldflags = [
"-s"
"-w"
];
# All checks expect a FHS environment with e.g. log files present,
# which is evidently not possible in a build environment
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {