Unverified Commit 045b51a3 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #289650 from pca006132/bump-openscad-unstable

openscad-unstable: 2024-01-22 -> 2024-02-18
parents ed9dcf12 c1415dd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -78,12 +78,12 @@ in
# clang consume much less RAM than GCC
clangStdenv.mkDerivation rec {
  pname = "openscad-unstable";
  version = "2024-01-22";
  version = "2024-02-18";
  src = fetchFromGitHub {
    owner = "openscad";
    repo = "openscad";
    rev = "88d244aed3c40a76194ff537ed84bd65bc0e1aeb";
    hash = "sha256-qkQNbYhmOxF14zm+eCcwe9asLOEciYBANefUb8+KNEI=";
    rev = "f5688998760d6b85d7b280300388448c162edc42";
    hash = "sha256-rQnih7Am7NvlrTwIGAN4QbZCcziFm6YOOT27wmjcY8A=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [