laurel: 0.7.1 -> 0.7.2

https://github.com/threathunters-io/laurel/releases/tag/v0.7.2

diff: https://github.com/threathunters-io/laurel/compare/v0.7.1...v0.7.2

+3 -3
+3 -3
pkgs/servers/monitoring/laurel/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "laurel"; 10 - version = "0.7.1"; 11 12 src = fetchFromGitHub { 13 owner = "threathunters-io"; 14 repo = "laurel"; 15 tag = "v${version}"; 16 - hash = "sha256-SXCQxIzprBt0qnUpniHp3AOu9yxgQTtf+1b/p9X+7xc="; 17 }; 18 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-qXsbq6lgQMNQAbrU2ntw0yGeNcR1h/g8jKg2ZoU0XfA="; 21 22 postPatch = '' 23 # Upstream started to redirect aarch64-unknown-linux-gnu to aarch64-linux-gnu-gcc
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "laurel"; 10 + version = "0.7.2"; 11 12 src = fetchFromGitHub { 13 owner = "threathunters-io"; 14 repo = "laurel"; 15 tag = "v${version}"; 16 + hash = "sha256-rOf7UtkMoYpReZr/2135QcpMEfYD80IY4zF0TwAWr4I="; 17 }; 18 19 useFetchCargoVendor = true; 20 + cargoHash = "sha256-Pfs4Bg6VZIiiXQu0ZKcDi9zeEYl08kOnWi3R2iaQG24="; 21 22 postPatch = '' 23 # Upstream started to redirect aarch64-unknown-linux-gnu to aarch64-linux-gnu-gcc