qcsxcad: unstable-2020-01-04 -> unstable-2023-01-06

This commit is contained in:
Ben Darwin 2023-02-04 12:14:43 -05:00
parent 89c92b160a
commit 25fbe099b1

View file

@ -4,19 +4,19 @@
, cmake
, csxcad
, tinyxml
, vtk_8_withQt5
, vtkWithQt5
, qtbase
}:
mkDerivation {
pname = "qcsxcad";
version = "unstable-2020-01-04";
version = "unstable-2023-01-06";
src = fetchFromGitHub {
owner = "thliebig";
repo = "QCSXCAD";
rev = "0dabbaf2bc1190adec300871cf309791af842c8e";
sha256 = "11kbh0mxbdfh7s5azqin3i2alic5ihmdfj0jwgnrhlpjk4cbf9rn";
rev = "1cde9d560a5000f4c24c249d2dd5ccda12de38b6";
hash = "sha256-kc9Vnx6jGiQC2K88ZH00b61D/DbWxAIZZwYCsINqtrY=";
};
outputs = [ "out" "dev" ];
@ -33,7 +33,7 @@ mkDerivation {
buildInputs = [
csxcad
tinyxml
vtk_8_withQt5
vtkWithQt5
qtbase
];