lol

harper: 0.64.0 -> 0.65.0 (#445456)

authored by

Peder Bergebakken Sundt and committed by
GitHub
35431dbd 9bd9bb75

+3 -3
+3 -3
pkgs/by-name/ha/harper/package.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "harper"; 10 - version = "0.64.0"; 11 12 src = fetchFromGitHub { 13 owner = "Automattic"; 14 repo = "harper"; 15 rev = "v${version}"; 16 - hash = "sha256-gg9fW77VYCg3/CRtVxJ3xSrJberL0ECQW4ilEZEpFL4="; 17 }; 18 19 buildAndTestSubdir = "harper-ls"; 20 21 - cargoHash = "sha256-QuunnKfrNOd1/uMNcs8U/odi7L7CLHAFfh0hrhFlcz0="; 22 23 passthru.updateScript = nix-update-script { }; 24
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "harper"; 10 + version = "0.65.0"; 11 12 src = fetchFromGitHub { 13 owner = "Automattic"; 14 repo = "harper"; 15 rev = "v${version}"; 16 + hash = "sha256-y2oYEJTZWZ7Rc7ZLjYUh3Cy9dtznGLhIXzJ6D0JUIGw="; 17 }; 18 19 buildAndTestSubdir = "harper-ls"; 20 21 + cargoHash = "sha256-o6RFBCvPn3AH3mMI3guHziqOcYN99o8yk5b6VXWoepI="; 22 23 passthru.updateScript = nix-update-script { }; 24