shaperglot-cli: 0-unstable-2025-06-20 -> 0-unstable-2025-07-18 (#428360)

Co-authored-by: kachick <kachick@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
kachick
and committed by
GitHub
ad3bbfc2 d406808b

+4 -4
+4 -4
pkgs/by-name/sh/shaperglot-cli/package.nix
··· 9 9 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 11 pname = "shaperglot-cli"; 12 - version = "0-unstable-2025-06-20"; 12 + version = "0-unstable-2025-07-18"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "googlefonts"; 16 16 repo = "shaperglot"; 17 - rev = "0c521f32f8fe5c927a4aac2236307547fa281972"; 18 - hash = "sha256-V7eBt0m82mW4NALWZeYVJD4TeU5l0kaOJPyDFxRSIUs="; 17 + rev = "fafea94d0c4ffe291b34c6748149006b13476755"; 18 + hash = "sha256-o5fh/rywa5AUhCXWUkuXH3XMCtVX2nio+jk+vwHVN14="; 19 19 }; 20 20 21 - cargoHash = "sha256-19amPodlTIxuBue8UT5PfWHUe4evmJsAHcrIAx6YVSk="; 21 + cargoHash = "sha256-SrC9RAbD/qxn5Ywp83cCZmdjNrxJlZAGBYB9O+/yJHA="; 22 22 23 23 cargoBuildFlags = [ 24 24 "--package=shaperglot-cli"