3
0
Fork 0
forked from mirrors/nixpkgs

f1viewer: 2.6.0 -> 2.6.2

This commit is contained in:
R. Ryantm 2022-03-29 17:59:06 +00:00
parent 0e671e2b2b
commit e5bf0233a8

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "f1viewer";
version = "2.6.0";
version = "2.6.2";
src = fetchFromGitHub {
owner = "SoMuchForSubtlety";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MY8xqpAzK1c4XL7w/LR83DyHFCI5X7wldosDDo7pXNI=";
sha256 = "sha256-Z6rnkHypk7r9NnYwqZpWQOuGPbWn/EppS+46PQHIdDM=";
};
vendorSha256 = "sha256-8c1+t6Lo11Q2kEDy9IWLw9bsZYtJFksE7Om3ysx7fc4=";
vendorSha256 = "sha256-UNeH3zxgssXxFpJws6nAL8EgXt0DRyAQfmlJWz/qyDg=";
meta = with lib; {
description =