Unverified Commit 79a38ed0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

phraze: 0.3.18 -> 0.3.19 (#390603)

parents 09647892 dc2f7a76
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,19 +10,19 @@

rustPlatform.buildRustPackage rec {
  pname = "phraze";
  version = "0.3.18";
  version = "0.3.19";

  src = fetchFromGitHub {
    owner = "sts10";
    repo = "phraze";
    rev = "v${version}";
    hash = "sha256-s021GUzclmE7nbsNXAhG0Kok+bAbLZTit9a1bK9YvGc=";
    hash = "sha256-4RdPN2l0tQbxgTVxwdl0APYD8h9DrF9f5MIQkcozt48=";
  };

  doCheck = true;

  useFetchCargoVendor = true;
  cargoHash = "sha256-QljZRl+RQDL5TAAVFQ5jyHaRygjB5vfVFMF54UeSCdw=";
  cargoHash = "sha256-hXo1pdbOZ/qNDTm3CcmOIgef7u6Imn25luJdsCVeg5I=";

  nativeBuildInputs = [ installShellFiles ];