Merge pull request #168180 from r-ryantm/auto-update/f1viewer

f1viewer: 2.6.2 -> 2.7.0
This commit is contained in:
Ryan Mulligan 2022-04-11 12:54:57 -07:00 committed by GitHub
commit f99866259d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "f1viewer";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
owner = "SoMuchForSubtlety";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Z6rnkHypk7r9NnYwqZpWQOuGPbWn/EppS+46PQHIdDM=";
sha256 = "sha256-jXC2dENXuqicNQqTHyZKsjibDvjta/npQmf3+uivjX0=";
};
vendorSha256 = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg=";