Update Dune3D

This commit is contained in:
fruchti 2024-05-04 10:32:45 +02:00
parent b7719a7570
commit 8c8fbbbff8

View file

@ -21,13 +21,13 @@
gcc13Stdenv.mkDerivation rec {
pname = "dune3d";
version = "84c1129";
version = "1.1.0";
src = fetchFromGitHub {
owner = "dune3d";
repo = "dune3d";
rev = "84c11294c38b20503f480765f7226500a834ee3c";
hash = "sha256-77V02mowDbZR2a42WDqzcwz+J4aY64yueDqPeVTpUCI=";
rev = "v${version}";
hash = "sha256-Z/kdOc/MbnnEyRsel3aZGndTAy1eCdAK0Wdta0HxaE4=";
};
nativeBuildInputs = [