phraze: 0.3.17 -> 0.3.18 (#379635)

This commit is contained in:
Donovan Glover
2025-02-05 15:49:16 +00:00
committed by GitHub
+3 -3
View File
@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec {
pname = "phraze";
version = "0.3.17";
version = "0.3.18";
src = fetchFromGitHub {
owner = "sts10";
repo = "phraze";
rev = "v${version}";
hash = "sha256-r+d2npf9qtAiAuqDhw0sZm6aIcGdsppWXLEJctZsyEg=";
hash = "sha256-s021GUzclmE7nbsNXAhG0Kok+bAbLZTit9a1bK9YvGc=";
};
doCheck = true;
cargoHash = "sha256-OFD3wSKQ3BCQfTCy5fjVxRJufvTVO97qLhKq6jwatfQ=";
cargoHash = "sha256-oLm06pny4gWhZe5hNQUUdPI+6Qy/ITGCeWIDSixvR4k=";
nativeBuildInputs = [ installShellFiles ];