gohome: 1.5.0 -> 1.7.0
This commit is contained in:
parent
7fc544758f
commit
d8453baf14
1 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gohome";
|
pname = "gohome";
|
||||||
version = "1.5.0";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sbreitf1";
|
owner = "sbreitf1";
|
||||||
repo = "gohome";
|
repo = "gohome";
|
||||||
hash = "sha256-ufxDI78c9a407OjqukDiFl8kcRJtLMgEMGbe7yzgDHY=";
|
hash = "sha256-mD+SAqRP26JPUsCWrLxnd74tAkXr2+ZXEphVnF7eNaM=";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-XtGlE2OPm3rM1hFhveiWokF9LT5dtWzrZIqG3ElYo+8=";
|
vendorHash = "sha256-iZJKa03aUrW7jpCcr0FTydQs/xgjdEc1R9CCXHLjhe8=";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue