Skip to content

Commit 043fc3d

Browse files
shaperglot-cli: 1.1.0 -> 1.1.2 (#445100)
2 parents 5d01731 + 4a1b1ed commit 043fc3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shaperglot-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "shaperglot-cli";
11-
version = "1.1.0";
11+
version = "1.1.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "googlefonts";
1515
repo = "shaperglot";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-XFzsUzHa4KsyDWlOKlWHBNimn1hzdrtCPe+lFrs0EDc=";
17+
hash = "sha256-YbAitVNBSPvYg2wsBmvNS/NA6M7ZDY7w/lYgDNs3i4Y=";
1818
};
1919

20-
cargoHash = "sha256-Md48ovCG8pEPbTz6R0nks6rZxO3UEdZ/SYRVgffCIKU=";
20+
cargoHash = "sha256-miGaE2SntBi4tHrK2bz4A77gnUX0zIBvnvDDZIVeveo=";
2121

2222
cargoBuildFlags = [
2323
"--package=shaperglot-cli"

0 commit comments

Comments
 (0)