librecad: 2.2.1.1 -> 2.2.1.2

This commit is contained in:
R. Ryantm 2025-07-14 01:34:15 +00:00
parent f68666ff27
commit f5f3f9d7c0

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 = [