mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 17:46:29 +09:00
lazyjournal: 0.7.8 -> 0.7.9 (#414277)
This commit is contained in:
commit
2b57b7f06a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.7.8";
|
version = "0.7.9";
|
||||||
in
|
in
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "lazyjournal";
|
pname = "lazyjournal";
|
||||||
|
@ -15,7 +15,7 @@ buildGoModule {
|
||||||
owner = "Lifailon";
|
owner = "Lifailon";
|
||||||
repo = "lazyjournal";
|
repo = "lazyjournal";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-d+wiq6q5lxE17nCKZvl75xBsLMKz1AjxhLFH6GYX7Y0=";
|
hash = "sha256-ohMcTu4sK5M11FY2QkJcHnNxx6pmscdH3S2MbWorUVM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-faMGgTJuD/6CqR+OfGknE0dGdDOSwoODySNcb3kBLv8=";
|
vendorHash = "sha256-faMGgTJuD/6CqR+OfGknE0dGdDOSwoODySNcb3kBLv8=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue