Merge pull request #151700 from bcdarwin/update-f3d

f3d: 1.2.0 -> 1.2.1
This commit is contained in:
Bobby Rong 2021-12-22 17:56:15 +08:00 committed by GitHub
commit 748a701ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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