Merge pull request #247267 from janvotava/timoni0.11.1

timoni: 0.11.0 -> 0.11.1
This commit is contained in:
Nick Cao 2023-08-05 00:11:22 -06:00 committed by GitHub
commit 040a3f038e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "timoni";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "stefanprodan";
repo = "timoni";
rev = "v${version}";
hash = "sha256-1l+PEG3ptlWmM48v9K7Rm090WF8cv+e2ezYFN2JRK/o=";
hash = "sha256-o5s/3c6fi6aYzKIBKq23U6FtzueDN0WVsG/wdCMEjDU=";
};
vendorHash = "sha256-Mgo6Q3P8Piv5uLgyXDGpRI4CgbZn1DUcM7XhVZxl8EE=";
vendorHash = "sha256-rMLswgEWWaDupBHDXs/JATaaw4n5D+LjlM72eq8hPAM=";
subPackages = [ "cmd/timoni" ];
nativeBuildInputs = [ installShellFiles ];