timoni: 0.10.0 -> 0.11.0

This commit is contained in:
Jan Votava
2023-07-26 17:27:32 +07:00
parent 83c185b899
commit 44d3d0d545
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "timoni";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-D49jpwldmtS7/+++4avqAGOhILaHmlUvnfjoV45KVc4=";
hash = "sha256-1l+PEG3ptlWmM48v9K7Rm090WF8cv+e2ezYFN2JRK/o=";
};
vendorHash = "sha256-QWNYBHxcKyAexnD6bHfJIDSOEST2J/09YKC/kDsXKHU=";
vendorHash = "sha256-Mgo6Q3P8Piv5uLgyXDGpRI4CgbZn1DUcM7XhVZxl8EE=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];