laszip: 3.4.3 -> 3.4.4 (#445076)

authored by Grimmauld and committed by GitHub a28e915d b46c6103

+4 -2
+4 -2
pkgs/by-name/la/laszip/package.nix
··· 7 7 }: 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 - version = "3.4.3"; 10 + version = "3.4.4"; 11 11 pname = "laszip"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "LASzip"; 15 15 repo = "LASzip"; 16 16 rev = finalAttrs.version; 17 - hash = "sha256-9fzal54YaocONtguOCxnP7h1LejQPQ0dKFiCzfvTjCY="; 17 + hash = "sha256-v/oLU69zqDW1o1HTlay7GDh1Kbmv1rarII2Fz5HWCqg="; 18 18 }; 19 + 20 + hardeningDisable = [ "format" ]; # -Werror=format-security 19 21 20 22 nativeBuildInputs = [ 21 23 cmake