librecad: 2.2.1.1 -> 2.2.1.2 (#424971)

This commit is contained in:
Nikolay Korotkiy
2025-07-14 19:18:51 +04:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "librecad";
version = "2.2.1.1";
version = "2.2.1.2";
src = fetchFromGitHub {
owner = "LibreCAD";
repo = "LibreCAD";
tag = "v${finalAttrs.version}";
hash = "sha256-0RhdX8wUjZ2JQazhFjkfdnxvh5VhXfVMspvhBF03VNk=";
hash = "sha256-a/0prti7aFIzoHXyd6NsiKx4ugW/vRXURAHBrAqyp84=";
};
buildInputs = [