phraze: 0.3.19 -> 0.3.23

This commit is contained in:
R. Ryantm 2025-05-27 11:59:39 +00:00
parent 19059aa9c3
commit 5c9a8fe104

View file

@ -10,19 +10,19 @@
rustPlatform.buildRustPackage rec {
pname = "phraze";
version = "0.3.19";
version = "0.3.23";
src = fetchFromGitHub {
owner = "sts10";
repo = "phraze";
rev = "v${version}";
hash = "sha256-4RdPN2l0tQbxgTVxwdl0APYD8h9DrF9f5MIQkcozt48=";
hash = "sha256-CQhzH6x8Fxx0ynHbLh8FTY7urbiXHrvTbMh+/TAwS2A=";
};
doCheck = true;
useFetchCargoVendor = true;
cargoHash = "sha256-hXo1pdbOZ/qNDTm3CcmOIgef7u6Imn25luJdsCVeg5I=";
cargoHash = "sha256-d4qj4rvH5CyHTH3RWDV6ADSGK/kz6yQLp3JjQdb6Wyo=";
nativeBuildInputs = [ installShellFiles ];