Merge pull request #266997 from r-ryantm/auto-update/selene

selene: 0.25.0 -> 0.26.1

authored by

figsoda and committed by
GitHub
a702273b d8831517

+3 -3
+3 -3
pkgs/development/tools/selene/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "selene"; 13 - version = "0.25.0"; 13 + version = "0.26.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "kampfkarren"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-aKU+1eoLm/h5Rj/vAZOyAnyl5/TpStL5g8PPdYCJ8o0="; 19 + sha256 = "sha256-0imHwZNyhJXFai1J5tHqnQ6Ta10nETQ5TILGH0bHc8Y="; 20 20 }; 21 21 22 - cargoSha256 = "sha256-y2BoV59oJPMBf9rUgMhHu87teurwPSNowRbuPfXubGA="; 22 + cargoHash = "sha256-Lm3agCnxDxcj7op17uiokK8Y790oMxwHJStvP/9DsI0="; 23 23 24 24 nativeBuildInputs = lib.optionals robloxSupport [ 25 25 pkg-config