librecad: 2.2.1.4 -> 2.2.1.5

This commit is contained in:
R. Ryantm
2026-05-02 07:52:31 +00:00
parent 85a0bbf2eb
commit 1b0bcdc686
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "librecad";
version = "2.2.1.4";
version = "2.2.1.5";
src = fetchFromGitHub {
owner = "LibreCAD";
repo = "LibreCAD";
tag = "v${finalAttrs.version}";
hash = "sha256-e6T4Bh0ik3vF9b98a90sDgYfc0xaf8WrMUQCOBg9QTU=";
hash = "sha256-p2/mwFQq5VWNXvS8KsfvxYZP4mtJT/eWmQ6K+M+6TLQ=";
};
buildInputs = [