phraze: 0.3.24 -> 0.3.25

This commit is contained in:
R. Ryantm
2026-02-13 08:42:50 +00:00
parent b58b6cc8d8
commit 582df34ca5
+3 -3
View File
@@ -10,18 +10,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "phraze";
version = "0.3.24";
version = "0.3.25";
src = fetchFromGitHub {
owner = "sts10";
repo = "phraze";
rev = "v${finalAttrs.version}";
hash = "sha256-UURzpG5YZ7R/6vVOB/gtbFNNsVnOAsRwioKRLFxOH4c=";
hash = "sha256-Eeyf3+zJYMRbfeTj+LdxMGEeouvvky6cAmADFqIoRNo=";
};
doCheck = true;
cargoHash = "sha256-Uxbi/spmsPmxUNuLvEAWD1QLLBc/3zU/JoNyB7Dvlac=";
cargoHash = "sha256-NJOVWIUObmjjamRDZsj7V6xKsfRfUeUqCiKBv/vNiEY=";
nativeBuildInputs = [ installShellFiles ];