gohome: 1.5.0 -> 1.7.0

This commit is contained in:
fleaz 2025-03-27 17:37:50 +01:00
parent 7fc544758f
commit d8453baf14

View file

@ -4,14 +4,14 @@
buildGoModule rec {
pname = "gohome";
version = "1.5.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "sbreitf1";
repo = "gohome";
hash = "sha256-ufxDI78c9a407OjqukDiFl8kcRJtLMgEMGbe7yzgDHY=";
hash = "sha256-mD+SAqRP26JPUsCWrLxnd74tAkXr2+ZXEphVnF7eNaM=";
rev = "v${version}";
};
vendorHash = "sha256-XtGlE2OPm3rM1hFhveiWokF9LT5dtWzrZIqG3ElYo+8=";
vendorHash = "sha256-iZJKa03aUrW7jpCcr0FTydQs/xgjdEc1R9CCXHLjhe8=";
}