f3d: 1.3.1 -> 2.0.0

This commit is contained in:
R. Ryantm 2023-04-25 22:40:16 +00:00
parent 5167d6f405
commit 78f0c1a4f6

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "f3d"; pname = "f3d";
version = "1.3.1"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "f3d-app"; owner = "f3d-app";
repo = "f3d"; repo = "f3d";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dOpiX7xJWDKHqPLGvlgv7NHgfzyeZhJd898+KzAmD4Q="; hash = "sha256-od8Wu8+HyQb8qTA6C4kiw5hNI2WPBs/EMt321BJDZoc=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];