Merge pull request #242941 from r-ryantm/auto-update/librecad

librecad: 2.2.0 -> 2.2.0.1
This commit is contained in:
Nick Cao 2023-07-12 09:41:40 +08:00 committed by GitHub
commit 7f87165685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
mkDerivation rec {
pname = "librecad";
version = "2.2.0";
version = "2.2.0.1";
src = fetchFromGitHub {
owner = "LibreCAD";
repo = "LibreCAD";
rev = version;
sha256 = "sha256-horKTegmvcMg4m5NbZ4nzy4J6Ac/6+E5OkiZl0v6TBc=";
sha256 = "sha256-5tezXhkInOG+TBjEixXL/qUOHUXD9dR8vu06zl3p4Ek=";
};
buildInputs = [