We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d01731 + 4a1b1ed commit 043fc3dCopy full SHA for 043fc3d
pkgs/by-name/sh/shaperglot-cli/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "shaperglot-cli";
11
- version = "1.1.0";
+ version = "1.1.2";
12
13
src = fetchFromGitHub {
14
owner = "googlefonts";
15
repo = "shaperglot";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-XFzsUzHa4KsyDWlOKlWHBNimn1hzdrtCPe+lFrs0EDc=";
+ hash = "sha256-YbAitVNBSPvYg2wsBmvNS/NA6M7ZDY7w/lYgDNs3i4Y=";
18
};
19
20
- cargoHash = "sha256-Md48ovCG8pEPbTz6R0nks6rZxO3UEdZ/SYRVgffCIKU=";
+ cargoHash = "sha256-miGaE2SntBi4tHrK2bz4A77gnUX0zIBvnvDDZIVeveo=";
21
22
cargoBuildFlags = [
23
"--package=shaperglot-cli"
0 commit comments