f1viewer: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2022-03-15 05:32:40 +00:00
parent 1a268c42c8
commit 3e3b02bb95
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "f1viewer";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "SoMuchForSubtlety";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cTXueIOD+OXx4WikhdNv3v/F2/f5aDicyPP7FgTU6AM=";
sha256 = "sha256-MY8xqpAzK1c4XL7w/LR83DyHFCI5X7wldosDDo7pXNI=";
};
vendorSha256 = "sha256-47uLx4t0N1T3zqZ9o/su/onJEUdGXpq+iVSUaRnwW3I=";
vendorSha256 = "sha256-8c1+t6Lo11Q2kEDy9IWLw9bsZYtJFksE7Om3ysx7fc4=";
meta = with lib; {
description =