Bump gohome

This commit is contained in:
fleaz 2024-04-30 17:47:01 +02:00
parent 8078640b3a
commit 88554ee311
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -1,17 +1,15 @@
{ lib
, buildGoModule
, pkgs
{ buildGoModule
, fetchFromGitHub
}:
buildGoModule rec {
pname = "gohome";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "sbreitf1";
repo = "gohome";
hash = "sha256-fJ0zFYYK0Fr92NuLq/hyiQ00TzZKHWn9mHjdLmUU6tI=";
hash = "sha256-ufxDI78c9a407OjqukDiFl8kcRJtLMgEMGbe7yzgDHY=";
rev = "v${version}";
};