adguardian: 1.5.0 -> 1.6.0

+3 -3
+3 -3
pkgs/applications/networking/adguardian/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "adguardian"; 10 - version = "1.5.0"; 11 12 src = fetchFromGitHub { 13 owner = "Lissy93"; 14 repo = "AdGuardian-Term"; 15 rev = version; 16 - hash = "sha256-r7dh31fZgcUBffzwoBqIoV9XhZOjJRb9aWZUuuiz7y8="; 17 }; 18 19 - cargoHash = "sha256-/fBLLqmKsoV9Kdsj6JFQwdkidc1TgYfvJP0Wx1po1ao="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.Security
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "adguardian"; 10 + version = "1.6.0"; 11 12 src = fetchFromGitHub { 13 owner = "Lissy93"; 14 repo = "AdGuardian-Term"; 15 rev = version; 16 + hash = "sha256-WxrSmCwLnXXs5g/hN3xWE66P5n0RD/L9MJpf5N2iNtY="; 17 }; 18 19 + cargoHash = "sha256-IPkKiXuFN0KFlcrrSjLmML+O5zCrVRKEqdyV2xBsCsg="; 20 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 darwin.apple_sdk.frameworks.Security