phraze: 0.3.17 -> 0.3.18

This commit is contained in:
R. Ryantm
2025-02-05 14:58:53 +00:00
parent ab36ef17c8
commit 00d0366641
+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 ];