mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hacompanion: 1.0.17 -> 1.0.21 (#379979)
Co-authored-by: Ramblurr <Ramblurr@users.noreply.github.com>
This commit is contained in:
commit
dbc71cc4f1
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hacompanion";
|
pname = "hacompanion";
|
||||||
version = "1.0.17";
|
version = "1.0.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tobias-kuendig";
|
owner = "tobias-kuendig";
|
||||||
repo = "hacompanion";
|
repo = "hacompanion";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-TGYBNsHM92B65LsBwVp9mZgdYkJAvQFyIqknRFqXFaQ=";
|
hash = "sha256-6fj9Gs/ezISx5Llele5mrTFR0IiQzzm1wWcAywTaFPk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-y2eSuMCDZTGdCs70zYdA8NKbuPPN5xmnRfMNK+AE/q8=";
|
vendorHash = "sha256-y2eSuMCDZTGdCs70zYdA8NKbuPPN5xmnRfMNK+AE/q8=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue