libredwg: 0.13.4.8200 -> 0.14 (#536115)

This commit is contained in:
Weijia Wang
2026-08-17 10:51:46 +00:00
committed by GitHub

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;
};