Unverified Commit db03ee28 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

phraze: 0.3.13 -> 0.3.14
parents e34e0b4d c9cae9b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];