Skip to content

Commit

Permalink
phraze: 0.3.13 -> 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 10, 2024
1 parent 2d2404a commit c9cae9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ph/phraze/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit c9cae9b

Please sign in to comment.