dune3d: 1.3.0 -> 1.4.0 (#484921)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-29 12:23:06 +00:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "dune3d";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "dune3d";
repo = "dune3d";
rev = "v${finalAttrs.version}";
hash = "sha256-9lBaenBxMoJgG5tMM+EZ87xcJ4HhFTA9RUNZt2Jx34Q=";
hash = "sha256-QaWdDz+cjceIKDJTZLEbPspClZKtP02YiMtu6mwI6/o=";
};
nativeBuildInputs = [