3
0
Fork 0
forked from mirrors/nixpkgs

dune3d: 0.9.3 -> 1.0.0

This commit is contained in:
0x4A6F 2024-02-01 08:46:41 +01:00
parent 09dc46b5bd
commit 85fe7c5226
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "dune3d";
version = "0.9.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "dune3d";
repo = "dune3d";
rev = "v${version}";
hash = "sha256-9eH5fM0zdI6BrWTujpqTuBE2pkgAEooKYiWl692HV48=";
hash = "sha256-y7jlqH1p2vCFTM14rFURxTkrWUT5hNkCseC3xB6bFFo=";
};
nativeBuildInputs = [