Merge pull request #333798 from r-ryantm/auto-update/phraze

phraze: 0.3.13 -> 0.3.14
This commit is contained in:
Nick Cao 2024-08-11 10:56:52 -04:00 committed by GitHub
commit db03ee28d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,18 +10,18 @@
rustPlatform.buildRustPackage rec {
pname = "phraze";
version = "0.3.13";
version = "0.3.14";
src = fetchFromGitHub {
owner = "sts10";
repo = "phraze";
rev = "v${version}";
hash = "sha256-xjkS1Ehqh2LfuIwAtj6V7Q9DcuERk7PyJKJEuDE7A34=";
hash = "sha256-wfvnzKoxFgIizbPrt8v9na6n/qjnjS368P1iOEh5VNw=";
};
doCheck = true;
cargoHash = "sha256-jsQlcGRZqa4HHUS3Xc9OZUbI6pHalt9A3fVaz+Th1l0=";
cargoHash = "sha256-HEsXGlNpr/1NiJobjtwftI8HIfz0AnRtxMvh3Pf2gDo=";
nativeBuildInputs = [ installShellFiles ];