librecad: 2.2.0.1 -> 2.2.0.2

This commit is contained in:
R. Ryantm 2023-08-12 06:42:43 +00:00
parent b342e15e1f
commit 116eff3741

View file

@ -14,13 +14,13 @@
mkDerivation rec {
pname = "librecad";
version = "2.2.0.1";
version = "2.2.0.2";
src = fetchFromGitHub {
owner = "LibreCAD";
repo = "LibreCAD";
rev = version;
sha256 = "sha256-5tezXhkInOG+TBjEixXL/qUOHUXD9dR8vu06zl3p4Ek=";
sha256 = "sha256-Vj6nvOfmhzou2hhmujm47a7aKBzmgchDb/BbwCb3/hI=";
};
buildInputs = [