symbolicator: 25.5.1 -> 25.6.1 (#417308)

authored by

Wolfgang Walther and committed by
GitHub
d6ab9daa bcd6f41a

+3 -3
+3 -3
pkgs/by-name/sy/symbolicator/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "symbolicator"; 13 - version = "25.5.1"; 13 + version = "25.6.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "getsentry"; 17 17 repo = "symbolicator"; 18 18 rev = version; 19 - hash = "sha256-4w7HC4m+aoIYPYQx2bgLcB/xfqXEX4XzYU4wR44OLRg="; 19 + hash = "sha256-11FxkZwMIbGQC3FXVoialDFLaXSuQshC84bSB/EogSI="; 20 20 fetchSubmodules = true; 21 21 }; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-vKIpVe5NDyk5RurUlUN8RdMMl1EAKa8rsCHXsFW6h8I="; 24 + cargoHash = "sha256-WkwpVFFUrcef1Hql5o/GqCKWLpQtWkmhpBBA/tc7iTU="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config