about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-09-28 11:34:44 +0000
committerGitHub <noreply@github.com>2024-09-28 11:34:44 +0000
commit80c64dac2df0bd991932cbbc27279e4381561821 (patch)
tree6fc668ed5e32d7a7c1f14e98be1e11be933a242d /pkgs
parente2944b6effd4565630fe5c61228df0a62f6675ca (diff)
parent26c47c2eeaf67c153098a0ffe71a3a88d9a01e4b (diff)
phraze: 0.3.14 -> 0.3.15 (#345048)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ph/phraze/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ph/phraze/package.nix b/pkgs/by-name/ph/phraze/package.nix
index 8f5664d5c2a5d..aba0a4013b406 100644
--- a/pkgs/by-name/ph/phraze/package.nix
+++ b/pkgs/by-name/ph/phraze/package.nix
@@ -10,18 +10,18 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "phraze";
-  version = "0.3.14";
+  version = "0.3.15";
 
   src = fetchFromGitHub {
     owner = "sts10";
     repo = "phraze";
     rev = "v${version}";
-    hash = "sha256-wfvnzKoxFgIizbPrt8v9na6n/qjnjS368P1iOEh5VNw=";
+    hash = "sha256-gpdXgR7TK3xJHHXcZdfMZApA3SvtNmCroi/5ChfrQOs=";
   };
 
   doCheck = true;
 
-  cargoHash = "sha256-HEsXGlNpr/1NiJobjtwftI8HIfz0AnRtxMvh3Pf2gDo=";
+  cargoHash = "sha256-tYQ/kcwCNAcgEUmwrrdogLd1AugBnVfqaLX9fjjpOUE=";
 
   nativeBuildInputs = [ installShellFiles ];