symbolicator: 25.6.2 -> 25.7.0 (#425656)

authored by Nick Cao and committed by GitHub 63ebe732 f8fe08a7

+3 -3
+3 -3
pkgs/by-name/sy/symbolicator/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "symbolicator"; 13 - version = "25.6.2"; 14 15 src = fetchFromGitHub { 16 owner = "getsentry"; 17 repo = "symbolicator"; 18 rev = version; 19 - hash = "sha256-So6WApFwgTlhwcQlxBUVlL/JPW1X+ZkJhFxb+0ZMI3o="; 20 fetchSubmodules = true; 21 }; 22 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-eQJ/V+4uvcg8v+b8DVJHGNbOq9OTCs/E6wU0WBuxsEA="; 25 26 nativeBuildInputs = [ 27 pkg-config
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "symbolicator"; 13 + version = "25.7.0"; 14 15 src = fetchFromGitHub { 16 owner = "getsentry"; 17 repo = "symbolicator"; 18 rev = version; 19 + hash = "sha256-pLo28qtNDQig85GQh6Swo3XUqsSM5XNBbZM5lj2mAbQ="; 20 fetchSubmodules = true; 21 }; 22 23 useFetchCargoVendor = true; 24 + cargoHash = "sha256-9oRPs3r63JMV0zugdoZLpfe2uToBVIPVMZ78I1+v60o="; 25 26 nativeBuildInputs = [ 27 pkg-config