f3d: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2021-12-06 19:16:18 +00:00
parent 237adfc14e
commit e97eeacafc

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "f3d";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "f3d-app";
repo = "f3d";
rev = "v${version}";
sha256 = "sha256-ToFP2Q+Oi+MEU9FEe5CNp0pD0bQUBQh34B9guajnqgI=";
sha256 = "sha256-gIxtCwVbfbIh6OtibxEQRufrBOpXJzhslwhI0yt0XEY=";
};
nativeBuildInputs = [ cmake ];