libredwg: 0.13.4.8200 -> 0.14

This commit is contained in:
R. Ryantm
2026-06-27 19:56:39 +00:00
parent b8a5902342
commit 45d8cb153e

View File

@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "libredwg";
version = "0.13.4.8200";
version = "0.14";
src = fetchFromGitHub {
owner = "LibreDWG";
repo = "libredwg";
tag = finalAttrs.version;
hash = "sha256-HaQvJyuEeaTfuUJbmlV4qcfXiLdHJ2vO4EGInwAKJYk=";
hash = "sha256-851VivSnXs0rAUE/z32/G9EYvn6LHkyxbhL4bNh+Alo=";
fetchSubmodules = true;
};